Hello,
I am new to PytonWin. I have a simple script, just one line-- print "hello".
It runs OK when I use File/Run
But in command line[color=blue][color=green]
>> Script1.py[/color][/color]
I got the error msg:
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
NameError: name 'Script1' is not defined
What's wrong with it? How can I fix it?
THKS
kr
I am new to PytonWin. I have a simple script, just one line-- print "hello".
It runs OK when I use File/Run
But in command line[color=blue][color=green]
>> Script1.py[/color][/color]
I got the error msg:
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
NameError: name 'Script1' is not defined
What's wrong with it? How can I fix it?
THKS
kr
Comment