newbie question

D duncanm255 at hotmail.com
Wed Mar 1 15:47:26 EST 2006


Yep, that should work.  Just keep in mind that if python.exe is not in
your path, you will need to either specify the entire path to it
(i.e. 'C:\python24\python C:\path\to\script\myscript.py'), or cd into
its directory first (i.e. if you want to just run 'python
C:\path\to\script\myscript.py').

Doug




More information about the Python-list mailing list