bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Good and bad news about Lilypond 2.9.20 on Windows


From: Han-Wen Nienhuys
Subject: Re: Good and bad news about Lilypond 2.9.20 on Windows
Date: Wed, 04 Oct 2006 13:16:25 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060927)

Mats Bengtsson schreef:
import sys
print sys.platform

says?
mingw32

ok, I have substituted os.system for that platform.

The second problem is new for this release. When I call the program using the native Python package, it doesn't find the lilypond executable, for some strange reason:

I've verified that the lilypond bin directory is at the top of the path and it works to call lilypond from the command line, so the PATH must get lost somewhere along
the way.

does it work if you substitute ly.system() calls with os.system() ?
No. I have verified that os.environ['PATH'] is set correctly, just before the call to os.system and that I can call lilypond from within python when I run
python (the one supplied with LilyPond) separately, so it's really weird.

strange, but there was a bug with : iso. ; in the PATH for mingw. Maybe that will help.

--

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]