Help:What does this mean?

Ryan Paul segphault at sbcglobal.net
Tue May 25 17:40:17 EDT 2004


On Wed, 26 May 2004 05:18:18 +0800, kr wrote:

> 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
>>> Script1.py
> I got the error msg:
> Traceback (most recent call last):
>   File "<interactive input>", line 1, in ?
> NameError: name 'Script1' is not defined
> 
> What's wrong with it? How can I fix it?
> THKS
> kr

import Script1

--segphault




More information about the Python-list mailing list