Re: [python-win32] Running a script

2005-09-20 Thread Steve Holden
Roger Shuttleworth wrote: > Hello > > Windows XP SP2. > > I am a Python novice. I downloaded an application called rtf2xml that > converts RTF files to XML. I have Python 2.4 installed, and updated my > path to include c:\python24. The application has the following folder > structure: > >

Re: [python-win32] Running a script

2005-09-19 Thread Amit Upadhyay
On 9/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Assuming your Python installation is viable (does typing "python" sansquotes at the command line launch the Python interpreter?), have you renamed the file from "rtf2xml" to "rtf2xml.py" as required to rununder MS Windows? I fear that may not

Re: [python-win32] Running a script

2005-09-19 Thread Jim . Vickroy
Hello Roger, Assuming your Python installation is viable (does typing "python" sans quotes at the command line launch the Python interpreter?), have you renamed the file from "rtf2xml" to "rtf2xml.py" as required to run under MS Windows? -- jv Hello   Windows XP SP2.   I am a Python novic

[python-win32] Running a script

2005-09-19 Thread Roger Shuttleworth
Hello   Windows XP SP2.   I am a Python novice. I downloaded an application called rtf2xml that converts RTF files to XML. I have Python 2.4 installed, and updated my path to include c:\python24. The application has the following folder structure:   rtf2xml-1.2 (contains setup.py, which I ha