Re: convert-ly from the commandline under windows corrupted?

2013-08-17 Thread David Kastrup
Eluze writes: > sorry, I ran the wrong program > > but now I get little more information: > > Traceback (most recent call last): > File "C:\Program Files (x86)\LilyPond\usr\bin\convert-ly.py", line 386, in > ? > main () > File "C:\Program Files (x86)\LilyPond\usr\bin\convert-ly.py", line

Re: convert-ly from the commandline under windows corrupted?

2013-08-17 Thread Eluze
sorry, I ran the wrong program but now I get little more information: Traceback (most recent call last): File "C:\Program Files (x86)\LilyPond\usr\bin\convert-ly.py", line 386, in ? main () File "C:\Program Files (x86)\LilyPond\usr\bin\convert-ly.py", line 367, in main errors += do_on

Re: convert-ly from the commandline under windows corrupted?

2013-08-17 Thread David Kastrup
Eluze writes: > dak wrote >> The corresponding passage in scripts/convert-ly.py reads >> >> if global_options.edit: >> try: >> os.remove (infile_name + '~') >> except: >> pass >> os.rename (infile_name, infile_name + '~') >> outfile = o

Re: convert-ly from the commandline under windows corrupted?

2013-08-17 Thread Eluze
dak wrote > The corresponding passage in scripts/convert-ly.py reads > > if global_options.edit: > try: > os.remove (infile_name + '~') > except: > pass > os.rename (infile_name, infile_name + '~') > outfile = open (infile_name, 'w') >