On Mar 12, 3:15 am, Gary Herron wrote:
> Henrik Bechmann wrote:
> > Newbie issue:
>
> > I downloadedhttp://www.python.org/download/releases/3.0.1/(windows
> > insaller), opened the interpreter, wrote a print "Hello World" program
> > in helloworld.py, and in the interpreter typed
>
> > execfile("h
Henrik Bechmann wrote:
Newbie issue:
I downloaded http://www.python.org/download/releases/3.0.1/ (windows
insaller), opened the interpreter, wrote a print "Hello World" program
in helloworld.py, and in the interpreter typed
execfile("helloworld.py")
Got back
NameError: name 'execfile' is not