Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-21 Thread Francisco Vila
2011/3/21 Dmytro O. Redchuk : > On Mon 14 Mar 2011, 11:16 I wrote: >> >> It is http://code.google.com/p/lilypond/issues/detail?id=1073 , isn't it? >> >> Can anyone clarify, please? > So, if "nobody knows", i am clearing importance flag from this thread, sorry. > > Thanks to all!-) I believe it will

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-21 Thread Dmytro O. Redchuk
On Mon 14 Mar 2011, 11:16 I wrote: > > It is http://code.google.com/p/lilypond/issues/detail?id=1073 , isn't it? > > Can anyone clarify, please? So, if "nobody knows", i am clearing importance flag from this thread, sorry. Thanks to all!-) I believe it will be fixed anyway. On Fri 18 Mar 2011,

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Francisco Vila
2011/3/18 Graham Percival : > On Fri, Mar 18, 2011 at 11:50:38PM +0100, Francisco Vila wrote: >> >   /usr/share/lilypond/2.13.55/python/lilylib.py >> >> in my case it's /usr/local/share/lilypond/... > > Silly question: do you have lilypond installed with your package > manager? No! that would be 2

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Jan Nieuwenhuizen
Francisco Vila schreef op vr 18-03-2011 om 23:50 [+0100]: > 2011/3/18 Jan Nieuwenhuizen : > > Francisco Vila schreef op vr 18-03-2011 om 18:57 [+0100]: > >> 2011/3/18 Jan Nieuwenhuizen : > > Eek, why not PATH=$(pwd)/out/bin:$PATH midi2ly ? > > This way both commands work perfectly. Does this imp

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Graham Percival
On Fri, Mar 18, 2011 at 11:50:38PM +0100, Francisco Vila wrote: > >   /usr/share/lilypond/2.13.55/python/lilylib.py > > in my case it's /usr/local/share/lilypond/... Silly question: do you have lilypond installed with your package manager? I mean, when you run midi2ly or which midi2ly does i

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Francisco Vila
2011/3/18 Jan Nieuwenhuizen : > Francisco Vila schreef op vr 18-03-2011 om 18:57 [+0100]: >> 2011/3/18 Jan Nieuwenhuizen : > >> i.e. your second patch is applied.  Then I do >> >> rm python/*.pyc >> make -C python/ >> make >> sudo make install > > Eek, why not PATH=$(pwd)/out/bin:$PATH midi2ly ? T

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Jan Nieuwenhuizen
Francisco Vila schreef op vr 18-03-2011 om 18:57 [+0100]: > 2011/3/18 Jan Nieuwenhuizen : > i.e. your second patch is applied. Then I do > > rm python/*.pyc > make -C python/ > make > sudo make install Eek, why not PATH=$(pwd)/out/bin:$PATH midi2ly ? > midi2ly minué.midi > LANG= midi2ly minué.

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Francisco Vila
2011/3/18 Jan Nieuwenhuizen : > Christian Fillion schreef op vr 18-03-2011 om 12:16 [-0400]: > >> Here a full report generated by Apport (on Ubuntu 10.10). >> https://bugs.launchpad.net/ubuntu/+source/lilypond/+bug/714213 > > Yes, I've seen that.  This should be fixed by my first patch, > even.  I

RE: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Jan Nieuwenhuizen
Christian Fillion schreef op vr 18-03-2011 om 12:16 [-0400]: > Here a full report generated by Apport (on Ubuntu 10.10). > https://bugs.launchpad.net/ubuntu/+source/lilypond/+bug/714213 Yes, I've seen that. This should be fixed by my first patch, even. I need the specifics to produce te crash w

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Jan Nieuwenhuizen
Francisco Vila schreef op vr 18-03-2011 om 17:03 [+0100]: > New patch applied, 'convert-ly minué.ly' and midi2ly minué.midi still > fail, sorry. Well, thanks for testing I guess... However, if there's any chance of me fixing this, I'm going to need a bit more information. For example, what's yo

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Francisco Vila
2011/3/18 Jan Nieuwenhuizen : > Francisco Vila schreef op vr 18-03-2011 om 12:46 [+0100]: >> 2011/3/14 Graham Percival : > >>   File "/usr/local/bin/midi2ly", line 1047, in convert_midi >>     progress (_ ("%s output to `%s'...") % ('LY', out_file)) >> UnicodeDecodeError: 'ascii' codec can't decode

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Jan Nieuwenhuizen
Francisco Vila schreef op vr 18-03-2011 om 12:46 [+0100]: > 2011/3/14 Graham Percival : > File "/usr/local/bin/midi2ly", line 1047, in convert_midi > progress (_ ("%s output to `%s'...") % ('LY', out_file)) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 4: ordinal n

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-18 Thread Francisco Vila
2011/3/14 Graham Percival : > We don't have a Tiny example, so we should write back and tell the > user that we cannot accept this bug report. Here is a minimal example. % minué.ly \score { { c' e' e' } \midi{} } % end of minué.ly then try to convert minué.midi back to ly $ midi2ly minué.m

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-14 Thread Jan Nieuwenhuizen
Graham Percival schreef op ma 14-03-2011 om 11:31 [+]: > On Mon, Mar 14, 2011 at 10:26:42AM +0100, Jan Nieuwenhuizen wrote: > > Dmytro O. Redchuk schreef op ma 14-03-2011 om 11:16 [+0200]: > It's just not > fair to Dmytro if he's always catching up on issues that people on > the weekend ignore

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-14 Thread Graham Percival
On Mon, Mar 14, 2011 at 10:26:42AM +0100, Jan Nieuwenhuizen wrote: > Dmytro O. Redchuk schreef op ma 14-03-2011 om 11:16 [+0200]: > > > Here the full report (Launcgpad) : > > > https://bugs.launchpad.net/ubuntu/+source/lilypond/+bug/714213 > > > > It is http://code.google.com/p/lilypond/issues/de

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-14 Thread Jan Nieuwenhuizen
Dmytro O. Redchuk schreef op ma 14-03-2011 om 11:16 [+0200]: > On Fri 11 Mar 2011, 16:30 Christian Fillion wrote: > > > I'm not top posting. > Hi! > > > Here the full report (Launcgpad) : > > https://bugs.launchpad.net/ubuntu/+source/lilypond/+bug/714213 > > It is http://code.google.com/p/lilypo

Re: midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-14 Thread Dmytro O. Redchuk
On Fri 11 Mar 2011, 16:30 Christian Fillion wrote: > > I'm not top posting. Hi! > Here the full report (Launcgpad) : > https://bugs.launchpad.net/ubuntu/+source/lilypond/+bug/714213 It is http://code.google.com/p/lilypond/issues/detail?id=1073 , isn't it? Can anyone clarify, please? -- Dmyt

midi2ly crashed with UnicodeDecodeError in convert_midi()

2011-03-11 Thread Christian Fillion
> I'm not top posting. Here the full report (Launcgpad) : https://bugs.launchpad.net/ubuntu/+source/lilypond/+bug/714213 ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond