Re: lilypond-book -2

2012-01-13 Thread Trevor Daniels
Graham, you wrote Friday, January 13, 2012 8:41 AM 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

Re: lilypond-book -2

2012-01-13 Thread Graham Percival
On Fri, Jan 13, 2012 at 08:41:14AM +, Graham Percival wrote: > 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. sorry, ignore that. I'm building a new binary with a better fix,

Re: lilypond-book -2

2012-01-13 Thread Graham Percival
On Thu, Jan 12, 2012 at 09:02:51AM -, 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 t

Re: lilypond-book -2

2012-01-12 Thread Trevor Daniels
Graham, you wrote Thursday, January 12, 2012 6:22 AM I expect to have that sleep(0.001) error. I do not expect any other errors. http://lilypond.org/~graham/lilypond-2.15.25-2.mingw.exe What's the exact error you see when you try this one? I know/expect that it barfs in threading.py, but I

lilypond-book -2

2012-01-11 Thread Graham Percival
I expect to have that sleep(0.001) error. I do not expect any other errors. http://lilypond.org/~graham/lilypond-2.15.25-2.mingw.exe What's the exact error you see when you try this one? I know/expect that it barfs in threading.py, but I need to know what in the lilypond code calls that. Cheer