Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-10 Thread lilypond
Comment #41 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Don't we have the same line-breaks in pdf and html? AFAIK the only way that can happen is if texi2pdf gives a line-width in cm, which something

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-10 Thread lilypond
Comment #40 on issue 1933 by tdaniels...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Thanks Reinhold, that's a useful clarification. Unfortunately the check for texi2pdf failing is based on the return code from subprocess.Popen,

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-10 Thread lilypond
Comment #39 on issue 1933 by reinhold...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I see no reason why texi2pdf would not be available on Windows. The line width detection is only needed for pdf output (i.e. for texi2pdf), so tex

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-10 Thread mike
On Tue, 10 Jan 2012 14:13:54 +, lilyp...@googlecode.com wrote: Comment #38 on issue 1933 by tdaniels...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 There seems to be a further problem with Reinhold's attempt to auto-detect linewidt

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-10 Thread lilypond
Comment #38 on issue 1933 by tdaniels...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 There seems to be a further problem with Reinhold's attempt to auto-detect linewidth and exampleindent. The code he inserted appears to rely on

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #37 on issue 1933 by tdaniels...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 If I bypass the attempt to obtain textwidth and exampleindent in book_textinfo.py in lines c. 207-223, and use the defaults instead, then lilypon

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #36 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I just ran a test using the windows binary of LilyPond 2.15.24 and the python.org python 2.7. I had to move some stuff around because of problems wit

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #35 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I'm now thinking that subprocess.Popen works with msvcrt properly installed, but proc.communicate fails. I'm guessing this may not work at all o

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #34 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 No - that's a really good question. I only have wine at home, but I'll try my best to finagle a version of LilyPond on it that uses the binary from p

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #33 on issue 1933 by tdaniels...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Mike Do you have any evidence that downloading Python from python.org would fix these problems - and not cause any others? Which version of Pytho

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #32 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I completely agree with what you're saying in post 30 I wasn't clear in my previous post: when I said "we are maintaining a feature for which we have n

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #31 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 aha, I just noticed that os.popen doesn't give any return code. Hmm, tricky. My first two thoughts are to either look at the existence of std

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #30 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Mike: if we waited until we had experts on the team who can do stuff, we would not have any binary releases at all. The last releases would be

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #29 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 As a further data point, the msvcrt bug has definitely been fixed between 2.15.18 and 2.15.21 (I don't have the in-between versions on my PC). R

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #28 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 PS. I know that you're confused and irritated about the whole thing, but this is only one small part of dealing with releases. I suffered through ove

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #27 on issue 1933 by philehol...@gmail.com: 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_system ossy

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #26 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 not ok. Have you tried my suggestion in comment 21? what exactly did you try when you say it failed? __

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #25 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I have a fix for this. It involves setting default values for linewidth and exampleindent for Windows users, as opposed to getting these automat

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #24 on issue 1933 by tdaniels...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Hi Phil That's about as far as I got last autumn. The failing argument to fdopen was the rU, AFAIR. It gets further if you drop the U, but I cou

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #23 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Minor update. Add a path to a lilypond executable and I can now get 2.15.9 lilypond-book running again. The changes between 15.9 and 15.10 were

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #22 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 OK. More info. The msvcrt error appeared in 2.15.10 (as reported in the initial report) and disappeared between 2.15.18 and 2.15.21. So that's

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #21 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 "since sep" ? I don't think that anybody worked on this seriously until Jan 4. There were a few "hey, maybe we could do xyz" comments, but tha

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #20 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 "since sep" ? I don't think that anybody worked on this seriously until Jan 4. There were a few "hey, maybe we could do xyz" comments, but tha

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #19 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Just adding some more data points here. I get different errors according to the version of lilypond/python I run. I get the msvcrt error up to

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-08 Thread lilypond
Comment #18 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Second, we could always just rewrite the python scripts. And by "rewrite", I mean "add maybe 10 lines of python to use os.popen3 instead of subproces

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-07 Thread lilypond
Updates: Labels: -Patch-review Patch-waiting Comment #17 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 wait, that'll confuse the countdown. Patch-waiting it is, as our general "something else"

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-07 Thread lilypond
Updates: Labels: -Patch-new Patch-review Comment #16 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I'm considering this "review", waiting for responses about 2.15.24 official. __

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-07 Thread lilypond
Comment #15 on issue 1933 by gra...@percival-music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 First, is this problem definitely still in 2.15.24 ? Second, we could always just rewrite the python scripts. And by "rewrite", I mean "add ma

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-07 Thread lilypond
Comment #14 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 After having spent some time studying this issue, I am not sure if it is tractable to maintain Python as part of the Lilypond distribution. Every web

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-06 Thread m...@apollinemike.com
On Jan 6, 2012, at 10:49 PM, Trevor Daniels wrote: > >> Comment #13 on issue 1933 by m...@apollinemike.com: Lilypond-book requires >> msvcrt again >> http://code.google.com/p/lilypond/issues/detail?id=1933 >> >> I think I may have found a one-stop-shopping solution to most of these >> problems:

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-06 Thread Trevor Daniels
Comment #13 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I think I may have found a one-stop-shopping solution to most of these problems: http://python-mingw.donbennett.org:8081/mywiki/Installation Mike

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-06 Thread lilypond
Comment #13 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I think I may have found a one-stop-shopping solution to most of these problems: http://python-mingw.donbennett.org:8081/mywiki/Installation It

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread Trevor Daniels
From: Could you put a pretty print above this line in subprocess.py to the tune of : print c2pread, bufsize just to see what is being passed to it? Hi Mike Seems like 4 0 Here's the exact console output: lilypond-book.py (GNU LilyPond) 2.15.23 Reading C:/Users/Trevor/LilyPond-git/Docume

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread Reinhold Kainhofer
On 2012-01-04 22:48, m...@apollinemike.com wrote: Question for Reinhold: In 55aad8c485e14d29d78eddc0782a5e9901c6bf2c, you added a command to set LC_ALL. This seems like POSIX-friendly syntax - are you sure it works on Windows? No idea, I have never tried lilypond on Windows. Cheers, Reinhol

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread m...@apollinemike.com
On Jan 4, 2012, at 7:15 PM, m...@apollinemike.com wrote: > On Jan 4, 2012, at 6:53 PM, Trevor Daniels wrote: > >> Carl >> >> Thanks for looking at this. A month or so ago my laptop broke and I now >> have a new one, with nominally the same OS (Windows Vista) but at a >> different level. I ha

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread m...@apollinemike.com
On Jan 4, 2012, at 6:53 PM, Trevor Daniels wrote: > Carl > > Thanks for looking at this. A month or so ago my laptop broke and I now have > a new one, with nominally the same OS (Windows Vista) but at a different > level. I haven't tried lilypond-book since then, so I've just downloaded > 2.

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread Trevor Daniels
doesn't seem to get as far as entering subprocess which is the first place msvcrt is called. Trevor Trevor - Original Message - From: To: Sent: Wednesday, January 04, 2012 4:41 PM Subject: Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again Comment #11 on issue 1

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #12 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Curious... This may be a different issue. Could someone please confirm that the current fix works for the problem importing msvcrt? If so, the iss

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #11 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I've downloaded and tested Mike's patched version, and get a different error from the one I reported that Trevor reported above. FWIW I also got

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Updates: Labels: Patch-new Comment #10 on issue 1933 by mts...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933#c10 Fixes mingw woes for Python http://codereview.appspot.com/5511046 __

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #9 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Some GUB headway (maybe)... It seems that, when Python is compiled for Windows, it needs to be linked against the dynamic library msvcrt.dll (note

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #8 on issue 1933 by d...@gnu.org: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 I don't see that using py2exe will magically make some module _not_ require msvcrt, while buying us a load of new problems. And Python is _definitely_ opt

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2012-01-04 Thread lilypond
Comment #7 on issue 1933 by m...@apollinemike.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 One idea that may spare us this sorta problem in the future is simply scrapping the python dependency. I don't think LilyPond needs to distribute

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-11-06 Thread lilypond
Issue 1933: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 This issue is now blocking issue 1815. See http://code.google.com/p/lilypond/issues/detail?id=1815 -- You received this message because you are listed in the owner or CC fields of this issue,

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-11-06 Thread lilypond
Updates: Blockedon: -1968 Comment #5 on issue 1933 by philehol...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 (No comment was entered for this change.) ___ bug-lilypond mailing lis

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-10-15 Thread lilypond
Updates: Blockedon: 1968 Comment #4 on issue 1933 by percival.music...@gmail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 (No comment was entered for this change.) ___ bug-lilypond mailin

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-09-25 Thread lilypond
Comment #3 on issue 1933 by tdaniels...@googlemail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 The problem seems to arise (as before) from the use of the subprocess module in the minGW build. It looks like Janneke patched GUB to support th

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-09-25 Thread lilypond
Comment #2 on issue 1933 by tdaniels...@googlemail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 import subprocess was added to python/book_texinfo.py in 55aad8c485e14d29d78eddc0782a5e9901c6bf2c Lilypond-book: Auto-detect linewidth and exampl

Re: Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-09-25 Thread lilypond
Updates: Labels: -Type-Build Type-Critical Comment #1 on issue 1933 by percival.music.ca: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 critical takes priority over build; we don't want to have a new stable version with this problem.

Issue 1933 in lilypond: Lilypond-book requires msvcrt again

2011-09-25 Thread lilypond
Status: Accepted Owner: Labels: Type-Build OpSys-Windows Regression New issue 1933 by philehol...@googlemail.com: Lilypond-book requires msvcrt again http://code.google.com/p/lilypond/issues/detail?id=1933 Trevor reports: The old problem of GUB builds not including the msvcrt module has