Hi,
When I run the dev_appserver with the --backends flag, I get the
following traceback:
"/home/aaron/google_appengine/google/appengine/ext/deferred/
handler.py", line 34, in <module>
from google.appengine.ext import deferred
ImportError: cannot import name deferred
However, when I run the dev_appserver without the --backends flag, the
same handler runs perfectly fine.
My backend.yaml file is as follows:
backends:
- name: processga
class: B2
instances: 2
options: dynamic
Any ideas would be appreciated!
Best,
Aaron
--
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.