using django-1.0.2 with apache-1.3 (OpenBSD), python-2.4, fastcgi and
py-flup-1.0 from yesterday's mercurial tip throws these logs into
error-log and 500 to any requests:
apache error logs:
 Traceback (most recent call last):
   File "../lib/flup/server/fcgi_base.py", line 558, in run
   File "../lib/flup/server/fcgi_base.py", line 1116, in handler
   File "../lib/django/core/handlers/wsgi.py", line 228, in __call__
   File "../lib/django/core/handlers/base.py", line 40, in
load_middleware
 ImproperlyConfigured: Error importing middleware
django.middleware.common: "No module named common"

(sometimes can be caused on other modules)

middleware list:
MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.locale.LocaleMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'django.middleware.doc.XViewMiddleware',
)

developer server works ok.
any suggestions?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to