lilypond-devel
[Top][All Lists]
Advanced

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

Re: no `subprocess' module


From: Johannes Schindelin
Subject: Re: no `subprocess' module
Date: Mon, 13 Mar 2006 11:13:40 +0100 (CET)

Hi,

On Mon, 13 Mar 2006, Werner LEMBERG wrote:

> Compiling CVS 2006-03-13 gives
> 
> 
>   rm -f ./out/lilypond.texi
>   /usr/bin/python [...] lilypond.tely
>   Traceback (most recent call last):
>     File "../../scripts/lilypond-book.py", line 75, in ?
>       import lilylib as ly
>     File ".../lilypond.compiled/python/out/lilylib.py", line 17, in ?
>     import subprocess
>   ImportError: No module named subprocess
> 
> I use python 2.3.3 which doesn't have this.

We had the same problem in git. Fortunately, python 2.3.3 is perfectly 
able to run subprocess; it just lacks it.

You can download it at

http://www.kernel.org/git/gitweb.cgi?p=git/git.git;a=blob_plain;h=bbd26c7b0e80798f1bf4e92b6150bd30c44f3143;f=compat/subprocess.py

It should start working just by copying it into the same directory as 
lilylib.py.

Hth,
Dscho





reply via email to

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