lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond-book -2


From: Graham Percival
Subject: Re: lilypond-book -2
Date: Fri, 13 Jan 2012 08:41:14 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Jan 12, 2012 at 09:02:51AM -0000, Trevor Daniels wrote:
> 
> IOError: (0, 'Error')
> Lilypond-book returned code 1

Thanks, working on fixes.

As a cheap experiment, could you add this:
    ### EXPERIMENTAL HACK: see if this makes mingw behave better?
    time.sleep(1)
immediately between the
    proc = ...
and
    (parameter_string, error_string) = proc.communicate ()
lines?

oh, and add:
import time
somewhere near the top of the file.

I don't expect it to work, so I'm writing a more intrusive hack to
hopefully avoid this... but I'd be delighted to junk the larger
hack if that can make it work.

- Graham



reply via email to

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