Same here - along with other deadline exceeded and timeout errors.
See this related threads:
http://groups.google.com/group/google-appengine/browse_thread/thread/e8eeeac2b616c77b

-Kyle

On Aug 31, 10:05 pm, Monte <[email protected]> wrote:
> I'd been successfully using Django 1.1 for a while now but suddenly
> today regularly getting DeadlineExceededError apparently importing
> modules....any thoughts?  Thanks
>
> example #1
> <class 'google.appengine.runtime.DeadlineExceededError'>:
> Traceback (most recent call last):
>   File "/base/data/home/apps/.../1.344478808556530624/main.py", line
> 8, in <module>
>     from google.appengine.ext.webapp import template
>   File "/base/python_runtime/python_lib/versions/1/google/appengine/
> ext/webapp/template.py", line 65, in <module>
>     import django.template
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/template/__init__.py", line 63, in <module>
>     from django.utils.html import escape
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/utils/html.py", line 9, in <module>
>     from django.utils.http import urlquote
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/utils/http.py", line 1, in <module>
>     import re
>
> example #2
> <class 'google.appengine.runtime.DeadlineExceededError'>:
> Traceback (most recent call last):
>   File "/base/data/home/apps/.../1.344478808556530624/main.py", line
> 8, in <module>
>     from google.appengine.ext.webapp import template
>   File "/base/python_runtime/python_lib/versions/1/google/appengine/
> ext/webapp/template.py", line 65, in <module>
>     import django.template
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/template/__init__.py", line 62, in <module>
>     from django.utils.safestring import SafeData, EscapeData,
> mark_safe, mark_for_escaping
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/utils/safestring.py", line 6, in <module>
>     """

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