Skip to content

Instantly share code, notes, and snippets.

@sahid
Created October 14, 2011 08:13
Show Gist options
  • Select an option

  • Save sahid/1286534 to your computer and use it in GitHub Desktop.

Select an option

Save sahid/1286534 to your computer and use it in GitHub Desktop.
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/devel-inchallah/prod.353938252700001385/main.py", line 89, in <module>
main()
File "/base/data/home/apps/devel-inchallah/prod.353938252700001385/main.py", line 31, in real_main
util.run_wsgi_app (WSGIHandler ())
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py", line 98, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py", line 116, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/core/handlers/wsgi.py", line 232, in __call__
self.load_middleware()
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/core/handlers/base.py", line 40, in load_middleware
mod = import_module(mw_module)
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/middleware/common.py", line 6, in <module>
from django.utils.http import urlquote
File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/utils/http.py", line 1, in <module>
import re
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment