One of the files modified in django rev #12866 has broken mod_wsgi for
me, the web app loads perfectly ok in rev #12865, the apache mod_wsgi
log when using django rev #12866 has:

 mod_wsgi (pid=5432): Target WSGI script 'D:/Coding/Working/
django_apps/numbers_/apache/django.wsgi' cannot be loaded as Python
module.
 mod_wsgi (pid=5432): Exception occurred processing WSGI script 'D:/
Coding/Working/django_apps/numbers_/apache/django.wsgi'.
 Traceback (most recent call last):
   File "D:/Coding/Working/django_apps/numbers_/apache/django.wsgi",
line 1, in <module>
     import django.core.handlers.wsgi
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\core\
\handlers\\wsgi.py", line 8, in <module>
     from django import http
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\http\
\__init__.py", line 15, in <module>
     from django.http.multipartparser import MultiPartParser
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\http\
\multipartparser.py", line 13, in <module>
     from django.utils.text import unescape_entities
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\utils\
\text.py", line 4, in <module>
     from django.utils.translation import ugettext_lazy
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\utils\
\translation\\__init__.py", line 7, in <module>
     from django.utils.translation import trans_real, trans_null
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\utils\
\translation\\trans_null.py", line 27, in <module>
     "DATE_WITH_TIME_FULL": settings.DATETIME_FORMAT,
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\utils\
\functional.py", line 281, in __getattr__
     self._setup()
   File "D:\\Coding\\Python\\lib\\site-packages\\django\\django\\conf\
\__init__.py", line 38, in _setup
     raise ImportError("Settings cannot be imported, because
environment variable %s is undefined." % ENVIRONMENT_VARIABLE)
 ImportError: Settings cannot be imported, because environment
variable DJANGO_SETTINGS_MODULE is undefined.

none of the changed files in rev #12866 look like they have anything
to do with mod_wsgi, so I've no idea :-(

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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