vl4dt
unread,Oct 30, 2009, 9:04:09 PM10/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers
I get this output from a newly created project with the latest trunk:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "E:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 279, in run
self.result = application(self.environ, self.start_response)
File "E:\Python26\lib\site-packages\django\core\servers
\basehttp.py", line 651, in __call__
return self.application(environ, start_response)
File "E:\Python26\lib\site-packages\django\core\handlers\wsgi.py",
line 230, in __call__
self.load_middleware()
File "E:\Python26\lib\site-packages\django\core\handlers\base.py",
line 42, in load_middleware
raise exceptions.ImproperlyConfigured, 'Error importing middleware
%s: "%s"' % (mw_module, e)
ImproperlyConfigured: Error importing middleware
django.middleware.csrf: "No module named csrf"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Any suggestions? I suspect the python path is missing something, also
the server stops responding, just sits there and no further requests
are served.