-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Sonntag, 14. Juni 2009 17:14:39 schrieb Patrick Schmidt: > Hi Reinhold, > > this is what I get from the command-line when I type »python«:
And if you type "/usr/bin/python" (which is what musicxml2ly calls as its python interpreter)? What's the output of "/usr/bin/env python"? I suspect that /usr/bin/python is NOT python 2.6, while "/usr/bin/env python" will return the path to the python 2.6 binary. If that's the case, we are back to the problem of which python interpreter to invoke from our python scripts. - -) #!/usr/bin/python will break on all MacOS systems - -) #!/usr/bin/env python will break on Sun... I would still prefer the second, which is the recommended way on Linux, too. Cheers, Reinhold - -- - ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFKNSaUTqjEwhXvPN0RAoJSAJ4wzKR1Bq9skbUy4d6Ne3TLkT93NgCfYFV1 5mHgaWyVAvL/LccJODWE53k= =LJom -----END PGP SIGNATURE----- _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
