Running a script in windows

Daniel Daniel.Kinnaer at Advalvas.be
Thu Dec 27 08:28:03 EST 2001


On Thu, 27 Dec 2001 20:51:49 +0900, Jonathan Gardner
<jgardn at alumni.washington.edu> wrote:

>I know this comes up a lot, but I can't seem to find the answer in the 
>archives. (If the answer is RTFM, please let me know where.)
>
>I don't have a windows box on my desk. A friend of mine does, but I can't get 
>to it. He is trying to run a program I wrote, but the error message is coming 
>up too fast for him to catch it. How can you keep that error message window 
>around longer in Win2K? (BTW, let's pretend he doesn't know how to use the 
>DOS prompt.)
>
>Jonathan


Use the command window (c:\winnt\system32\cmd.exe or click
"Start->Run" and write "cmd" click on "Ok") and call the python module
like 'python myscript.py -v'   (-v if youre program has argv)

Hope this helps.   Best regards,   Daniel



More information about the Python-list mailing list