The strange thing is that I had this error for about 10 minutes, after which it resolved itself with no changes in my code and no redeploying. The errors all came from the same instance, and then the error went away when a new instance was spawned.
Since I am no longer getting the error it makes it hard to figure out what was causing it. A google search suggested it might be an issue with dependencies among modules I am importing, but I can't understand why that would cause instance-specific errors. Any advice would be very much appreciated! Traceback (most recent call last): File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 195, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) File "/base/python27_runtime/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 239, in _LoadHandler handler = *import*(path[0]) File "/base/data/home/apps/s~popwordsapp/1.362183705604897547/main.py", line 40, in from google.appengine.ext import db File "/base/python27_runtime/python27_lib/versions/1/google/appengine/ext/db/* init*.py", line 98, in from google.appengine.api import datastore File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/datastore.py", line 62, in from google.appengine.datastore import datastore_query File "/base/python27_runtime/python27_lib/versions/1/google/appengine/datastore/datastore_query.py", line 64, in from google.appengine.datastore import datastore_index File "/base/python27_runtime/python27_lib/versions/1/google/appengine/datastore/datastore_index.py", line 62, in from google.appengine.api import yaml_object File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/yaml_object.py", line 36, in from google.appengine.api import yaml_listener File "/base/python27_runtime/python27_lib/versions/1/google/appengine/api/yaml_listener.py", line 34, in yaml.events.StreamStartEvent: 'StreamStart', AttributeError: 'module' object has no attribute 'events' -- 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/-/MSopbQvuRfkJ. 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.
