|
From: | Hans Aberg |
Subject: | Re: lilypond-book is not flavor independent |
Date: | Sat, 28 Mar 2009 15:04:11 +0100 |
On 28 Mar 2009, at 13:18, Graham Percival wrote:
Nevertheless, I can work on that issue concerning the mac osx lilypond. I have one tiger ppc and one leopard intel, so i'll check compat for bothOSes and architectures.That would be great! Leopard has python 2.5.1 by default, so there's no problem there. Tiger uses 2.3.5, which does *not* support lilypond-book and convert-ly. (we use set(), which was introduced in python 2.4)
I found page for Mac OS X, though somewhat dated (2005), which actually suggests
#!/usr/bin/env python http://developer.apple.com/internet/opensource/opensourcescripting.html Also, MacPorts has Python, on my system (Mac OS X 10.5.6 PPC G4): $ which python /opt/local/bin/python $ /opt/local/bin/python --version Python 2.5.4 $ /usr/bin/python --version Python 2.5.1So users on Mac OS X 10.4 might install MacPorts and its Python, though I do not know which version it has on Tiger.
If there an error when multiple versions are installed, debugging can be notoriously difficult. So getting full path in error messages will help that.
Hans
[Prev in Thread] | Current Thread | [Next in Thread] |