Hi folks.

I am consistently having them despite the libraries being there. It
seems that something in werkzeug deeply offends GAE. A single URL
presents this error in the vitamina-01 app. Others with similar
patterns, don't.

No module named handlers
Traceback (most recent call last):
  File ".../lib/dist/tipfy/app.py", line 245, in dispatch
    rv = self.handle_exception(request, e)
  File ".../lib/dist/tipfy/app.py", line 241, in dispatch
    rv = self.router.dispatch(request)
  File ".../lib/dist/tipfy/routing.py", line 89, in dispatch
    self.handlers[handler] = import_string(handler)
  File ".../lib/dist/werkzeug/utils.py", line 526, in import_string
    return getattr(__import__(module, None, None, [obj]), obj)
ImportError: No module named handlers

I filed a comment at
http://code.google.com/p/googleappengine/issues/detail?id=3652 because
I believe this is not a new condition.

Any ideas? Workarounds?

-- 
Ricardo Bánffy
http://www.dieblinkenlights.com
http://twitter.com/rbanffy

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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