|
From: | lilypond |
Subject: | Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again |
Date: | Sun, 08 Jan 2012 15:33:09 +0000 |
Comment #27 on issue 1933 by address@hidden: Lilypond-book requires msvcrt again
http://code.google.com/p/lilypond/issues/detail?id=1933 You get this: system = subprocess_system if sys.platform == 'mingw32': ## subprocess x-compile doesn't work. system = ossystem_systemossystem_system just runs a command with no piping and all that kind of stuff. The issue is how to pipe stderr and stdout on windows and when I try this from the windows command line, all the methods shown on the web fail. I've already spent more time on this than I want and I start college tomorrow. 2 options: I can post a fix that takes windows users (e.g. remember, me) to where they currently are with the stable build and fix this critical bug, or I can go and do something else.
[Prev in Thread] | Current Thread | [Next in Thread] |