I am trying to run the Helloworld program as a first program but keep
running into this error, Any ideas or suggestions.
I have gone throught the staeps as described for the helloworld
program
C:\Python30>dev_appserver.py helloworld
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\dev_appserver.py",
line 60, in
<module>
run_file(__file__, globals())
File "C:\Program Files\Google\google_appengine\dev_appserver.py",
line 57, in
run_file
execfile(script_path, globals_)
NameError: global name 'execfile' is not defined
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---