On 9/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
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?

I fear that may not be enough, he will have to try "python rtf2xml.py". Also scripts are installed in C:\Python24\Scripts, so unless rtf2xml comes with a batch file, and Scripts folder is in the path, he will have to either go to scripts folder of give complete path to python "python c:\python24\scripts\rtf2xmp.py args".


--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to