Hi, execfile is a builtin Python function, so it seems like there is something amiss with your python installation. What version of Python are you using? Does it run, and can you use built-in functions, from the command line interpreter? What is your PYTHONPATH?
-Marzia On Sat, Jan 3, 2009 at 12:58 AM, [email protected] <[email protected]>wrote: > > help! > I am a beginer of google app engin > why when I begin the hello world the computer says that > > > C:\Program Files\Google\google_appengine>dev_appserver.py helloworld > Traceback (most recent call last): > File "C:\Program Files\Google\google_appengine\dev_appserver.py", > line 50, in > <module> > execfile(script_path, globals()) > NameError: 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 -~----------~----~----~----~------~----~------~--~---
