lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond-book on windows


From: Graham Percival
Subject: Re: lilypond-book on windows
Date: Wed, 11 Jan 2012 10:43:00 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Jan 11, 2012 at 09:41:01AM -0000, Trevor Daniels wrote:
> 
>  File "out/book_texinfo.py", line 213, in get_texinfo_width_indent
>  File "/usr/lib/python2.4/subprocess.py", line 549, in __init__
> OSError: [Errno 22] Invalid argument
> Lilypond-book returned code 1

excellent, I can fix that.


Just as a quick check of the ridiculous: could you open up
lilypond-book.py and confirm that line 213 is:
        stdout=subprocess.PIPE, stderr=subprocess.PIPE)
there might be an off-by-one thing happening.

if that's the case, then try deleting the "subprocess" so that the
line is:
        stdout=PIPE, stderr=PIPE)
I doubt that'll fix it, but you never know.  When that fails, try:
        stdout='PIPE', stderr='PIPE')
It'll probably also fail, but it's worth a shot.

I'm going to pursue to the docs in more detail now.
http://docs.python.org/release/2.4/lib/node227.html

- Graham



reply via email to

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