Quote:
Originally Posted by wallflower75
Okay, the little black box popped up, but instead of just the C:> prompt, I get C:\DOCUME~1\WALLFLOWER~1> instead. I typed in python25 and got a version number and copyright message. But when I typed in the name of the script, all I got was
Traceback <most recent call last>:
File "<stdin>", line 1, in <module>
Name error: name is not defined
Am I at least on the right track????
|
Yep. That is the C: prompt. It is set up to show you the path of your current folder too. If you type dir do you see the .py file in the list? If so, what are you typing at the command line to get the above error?
BOb