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

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to