I'm seeing this error message:

<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/minitracker/4.3/main.py", line 29, in
<module>
    InstallAppengineHelperForDjango()
  File "/base/data/home/apps/minitracker/4.3/appengine_django/
__init__.py", line 329, in InstallAppengineHelperForDjango
    PatchDjangoSerializationModules()
  File "/base/data/home/apps/minitracker/4.3/appengine_django/
__init__.py", line 165, in PatchDjangoSerializationModules
    from appengine_django.serializer.python import Deserializer
  File "/base/data/home/apps/minitracker/4.3/appengine_django/
serializer/python.py", line 35, in <module>
    from django.utils.encoding import smart_unicode
<class 'google.appengine.runtime.DeadlineExceededError'>:

It appears that the deadline exceeded error is happening during an
import of some sort, but not in the application code that I wrote.

Any ideas?

-Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to