do not know what is wrong python under win2k

Peter Hansen peter at engcorp.com
Mon Dec 17 19:28:23 EST 2001


Tom Karas wrote:
> 
>         import sys
>         print sys.argv
> 
> into a file called "spam.py" and after that i should do the following:
> 
>         >>> python spam.py -i eggs -o bacon

You are at the Python prompt as you type this... exit
with Ctrl-Z and type that at the Win2K command prompt...
(Note the >>> prompt!)

-- 
----------------------
Peter Hansen, P.Eng.
peter at engcorp.com



More information about the Python-list mailing list