Guest User

Untitled

a guest
Jun 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "C:\Python25\Lib\site-packages\django\core\servers\basehttp.py", line 278, in run
  4. self.result = application(self.environ, self.start_response)
  5.  
  6. File "C:\Python25\Lib\site-packages\django\core\servers\basehttp.py", line 636, in __call__
  7. return self.application(environ, start_response)
  8.  
  9. File "C:\Python25\Lib\site-packages\django\core\handlers\wsgi.py", line 230, in __call__
  10. self.load_middleware()
  11.  
  12. File "C:\Python25\Lib\site-packages\django\core\handlers\base.py", line 42, in load_middleware
  13. raise exceptions.ImproperlyConfigured, 'Error importing middleware %s: "%s"' % (mw_module, e)
  14.  
  15. ImproperlyConfigured: Error importing middleware parachutes.pauth: "No module named parachutes.pauth"
Add Comment
Please, Sign In to add comment