]> git.donarmstrong.com Git - lilypond.git/commit
Lilypond-book: (Windows) the subprocess mod fails due to msvcrt, use os.popen3
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 23 Aug 2010 17:05:17 +0000 (19:05 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 23 Aug 2010 17:05:17 +0000 (19:05 +0200)
commit6e0a478c394f0cd382b46d992362bb2e8f01c409
tree3f777a518c0a4b7c567d5e2a92c38401f448dc85
parent1d3e97f880da9725f9dadf89a6c33f1d02a39254
Lilypond-book: (Windows) the subprocess mod fails due to msvcrt, use os.popen3

os.popen3 is deprecated, but the GUB build does not include the msvcrt module
which is required by the subprocess module (Windows only). So, we can't use
the suggested replacement (subprocess.Popen) instead of os.popen3...
python/book_snippets.py