Skip to content

Instantly share code, notes, and snippets.

@ciferkey
Created May 6, 2011 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciferkey/958290 to your computer and use it in GitHub Desktop.
Save ciferkey/958290 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/bundles/app-15272-x8eFpo/epio_wsgi.py", line 30, in __call__
output = wsgi_entrypoint(environ, self.start_response)
File "/mnt/bundles/app-15272-x8eFpo/pyenv/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 250, in __call__
self.load_middleware()
File "/mnt/bundles/app-15272-x8eFpo/pyenv/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, in load_middleware
raise exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % (mw_module, e))
ImproperlyConfigured: Error importing middleware dbindexer.middleware: "No module named autoload"
2011-05-05 20:11:42 [8494] [ERROR] Error handling request
Traceback (most recent call last):
File "/mnt/bundles/app-15272-x8eFpo/pyenv/lib/python2.6/site-packages/gunicorn/workers/async.py", line 65, in handle_request
for item in respiter:
File "/bundles/app-15272-x8eFpo/epio_wsgi.py", line 40, in __call__
yield "<html><head><title>Internal Server Error</title></head><body><h1>Internal Server Error:</h1><pre>%(tb)s</pre></body></html>" % locals()
KeyError: 'tb'
Traceback (most recent call last):
File "/bundles/app-15272-x8eFpo/epio_wsgi.py", line 30, in __call__
output = wsgi_entrypoint(environ, self.start_response)
File "/mnt/bundles/app-15272-x8eFpo/pyenv/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 250, in __call__
self.load_middleware()
File "/mnt/bundles/app-15272-x8eFpo/pyenv/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, in load_middleware
raise exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % (mw_module, e))
ImproperlyConfigured: Error importing middleware dbindexer.middleware: "No module named autoload"
2011-05-05 20:11:43 [8494] [ERROR] Error handling request
Traceback (most recent call last):
File "/mnt/bundles/app-15272-x8eFpo/pyenv/lib/python2.6/site-packages/gunicorn/workers/async.py", line 65, in handle_request
for item in respiter:
File "/bundles/app-15272-x8eFpo/epio_wsgi.py", line 40, in __call__
yield "<html><head><title>Internal Server Error</title></head><body><h1>Internal Server Error:</h1><pre>%(tb)s</pre></body></html>" % locals()
KeyError: 'tb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment