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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---