Hi,

This same message is discussed in this thread:
http://groups.google.com/group/google-appengine/browse_thread/thread/fc589cb2247c2806/4c8ec6aacc80873b

It's basically the warm up cost of loading a non-standard Django
edition.  Brett C. seems to have had with trimming the Django Zip file
and using 1.0.2.

-Marzia

On Mon, Jan 19, 2009 at 7:34 PM, tauz...@gmail.com <tauz...@gmail.com> wrote:
>
> 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 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