I was doing fine until I hit 'Using 
Templates<https://developers.google.com/appengine/docs/python/gettingstartedpython27/templates>'.
 
Might anything have changed in App Engine SDK 1.7.0 (for Mac, Python 2.7) 
that would break the tutorial?

ERROR    2012-07-12 07:13:05,784 wsgi.py:189] 
Traceback (most recent call last):
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py",
 
line 187, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/runtime/wsgi.py",
 
line 225, in _LoadHandler
    handler = __import__(path[0])
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py",
 
line 676, in Decorate
    return func(self, *args, **kwargs)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py",
 
line 1858, in load_module
    return self.FindAndLoadModule(submodule, fullname, search_path)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py",
 
line 676, in Decorate
    return func(self, *args, **kwargs)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py",
 
line 1722, in FindAndLoadModule
    description)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py",
 
line 676, in Decorate
    return func(self, *args, **kwargs)
  File 
"/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver_import_hook.py",
 
line 1665, in LoadModuleRestricted
    description)
  File "/Applications/MAMP/htdocs/cs253/helloworld/helloworld.py", line 27, 
in <module>
    class MainPage(webapp2.RequestHandler):
  File "/Applications/MAMP/htdocs/cs253/helloworld/helloworld.py", line 59, 
in MainPage
    guestbook_key(guestbook_name))
NameError: name 'guestbook_name' is not defined
INFO     2012-07-12 07:13:05,796 dev_appserver.py:2952] "GET / HTTP/1.1" 
500 -

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/y5EBx1m4st0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to