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: Mats Bengtsson
Subject: Re: lilypond ./ChangeLog python/lilylib.py scripts/...
Date: Tue, 14 Mar 2006 15:36:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

Han-Wen Nienhuys wrote:

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.

I hope you realize that current CVS therefore breaks with
the following error message in Windows:

Traceback (most recent call last):
 File "C:\Program Files\LilyPond\usr\bin\lilypond-book.py", line 75, in ?
   import lilylib as ly
File "C:\Program Files\LilyPond\usr\share\lilypond\current\python\lilylib.py", line 17, in ?
   import subprocess
File "C:\Program Files\LilyPond\usr\lib\python2.4\subprocess.py", line 375, in ?
   import select
ImportError: No module named select

  /Mats

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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