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 09:33:08 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

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.

  /Mats





reply via email to

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