Are you trying to use Python 3? App Engine only works with Python 2.5.
On Mar 5, 2:53 pm, Kirke <[email protected]> wrote: > I'm trying to get the helloworld example going. When I click Run, > nothing visible happens. Then when I click Browse I get a message to > the effect that there is "no selected application running so there is > nothing to browse". Likely I erred when doing the (minimal) setup, > but I'm not sure. Here's what's in the log: > > Traceback (most recent call last): > File "C:\Program Files (x86)\Google\google_appengine > \dev_appserver.py", line 71, in <module> > run_file(__file__, globals()) > File "C:\Program Files (x86)\Google\google_appengine > \dev_appserver.py", line 67, in run_file > execfile(script_path, globals_) > NameError: global name 'execfile' is not defined > 2011-03-05 14:48:17 (Process exited with code 1) > > I'd appreciated help with What am I doing wrong? what can I do to fix > it? Where should I have looked to answer for myself? > > Thanks. > > Kirke -- 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.
