Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-07-04 Thread Mats Bengtsson
Dewdman42 wrote: Trent, When I first installed 2.9.9 I had this problem a lot too. I found that if I ran the script as follows from the windows command line: python C:\my_full_path\musicxml2ly.py [options] That it worked fine. The trick was using the full path name of the python script.

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-07-03 Thread Trent Johnston
- Original Message - From: "Dewdman42" <[EMAIL PROTECTED]> To: Sent: Saturday, July 01, 2006 2:42 AM Subject: Re: Python scripts on WindowsXP, was: abc2ly on Windows XP > > Trent, > > When I first installed 2.9.9 I had this problem a lot too. I found t

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Dewdman42
Trent, When I first installed 2.9.9 I had this problem a lot too. I found that if I ran the script as follows from the windows command line: python C:\my_full_path\musicxml2ly.py [options] That it worked fine. The trick was using the full path name of the python script. Don't ask me why.

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Trent Johnston
- Original Message - From: "Mats Bengtsson" <[EMAIL PROTECTED]> To: "Trent Johnston" <[EMAIL PROTECTED]> Cc: "Thomas Scharkowski" <[EMAIL PROTECTED]>; "Laura Conrad" <[EMAIL PROTECTED]>; Sent: Friday, June 30, 2006 9:32 PM

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Trent Johnston
- Original Message - From: "Mats Bengtsson" <[EMAIL PROTECTED]> To: "Trent Johnston" <[EMAIL PROTECTED]> Cc: "Thomas Scharkowski" <[EMAIL PROTECTED]>; "Laura Conrad" <[EMAIL PROTECTED]>; Sent: Friday, June 30, 2006 9:32 PM

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Mats Bengtsson
Trent Johnston wrote: For me: None of the scripts have run properly on Windows XP for ages that I've given up. Come on, this kind of answer is just destructive since it might lead people to the wrong conclusion without even trying themselves. Try again! In my experience, the problems w

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Trent Johnston
- Original Message - From: "Thomas Scharkowski" <[EMAIL PROTECTED]> To: "Mats Bengtsson" <[EMAIL PROTECTED]> Cc: "Laura Conrad" <[EMAIL PROTECTED]>; Sent: Friday, June 30, 2006 8:27 PM Subject: Re: Python scripts on WindowsXP, was:

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Thomas Scharkowski
> With version 2.8.5-1, midi2ly works fine. > ... >/Mats Not here: 'import site' failed; use -v for traceback Traceback (most recent call last): File "C:\Programme\LilyPond\usr\bin\midi2ly.py", line 24, in ? import os SystemError: NULL result without error in PyObject_Call Process pytho

Re: Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Mats Bengtsson
Thomas Scharkowski wrote: At least for me it is still an issue. The python scripts do not work with the LilyPond provided python here. With a sperately installed Python 2.4.2 some do, some don't: (I only "really" used convert-ly, tested the others with just the -- version or --help flag, bo

Python scripts on WindowsXP, was: abc2ly on Windows XP

2006-06-30 Thread Thomas Scharkowski
> Laura Conrad wrote: ... > >I remember from reading the mailing list that there's an issue with > >the Python that's in the GUB, and that one has to install python > >separately and make sure that abc2ly is using the separate install > >and not the one in the GUB. Mats answered: > It seems tha