My App Engine app started throwing this error - my users were getting
a server unavailable message.  I've see a couple of other posts from
last month about this, claiming it has something to do with Django 1.0
source.  But no resolution is mentioned.

<class 'django.core.exceptions.ImproperlyConfigured'>: Error importing
middleware util: "cannot import name signals"
Traceback (most recent call last):
  File "/base/data/home/apps/g02me/16.334785515209787590/main.py",
line 56, in <module>
    main()
  File "/base/data/home/apps/g02me/16.334785515209787590/main.py",
line 36, in real_main
    util.run_wsgi_app(application)
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 97, in run_wsgi_app
    run_bare_wsgi_app(add_wsgi_middleware(application))
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
    result = application(env, _start_response)
  File "/base/python_lib/versions/third_party/django-0.96/django/core/
handlers/wsgi.py", line 184, in __call__
    self.load_middleware()
  File "/base/python_lib/versions/third_party/django-0.96/django/core/
handlers/base.py", line 31, in load_middleware
    raise exceptions.ImproperlyConfigured, 'Error importing middleware
%s: "%s"' % (mw_module, e)

-- 
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-appeng...@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