lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond ./ChangeLog python/lilylib.py scripts/...


From: Han-Wen Nienhuys
Subject: Re: lilypond ./ChangeLog python/lilylib.py scripts/...
Date: Tue, 14 Mar 2006 09:53:00 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Mats Bengtsson wrote:
Quoting Han-Wen Nienhuys <address@hidden>:


+## windows mingw cross compile doesn't have selectmodule.so
+have_select = True
+try:
+    import select
+except ImportError:
+    have_select = False
+



Unfortunately this doesn't help, since the select module is imported by the subprocess module, which means that the full
subprocess module is unusable on mingw.

I know. That's why GUB patches out "select" for mingw.

--

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]