I have Django 1.0.2 installed, using mod_python compiled against Python 
2.6.1 and Apache 2.2.11.
Upon accessing my Django project's configured URL, I get the following 
errors:

[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1] Traceback (most 
recent call last):
[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1]   File 
"C:\\Python26\\Lib\\site-packages\\mod_python\\importer.py", line 1537, 
in HandlerDispatch\n    default=default_handler, arg=req, 
silent=hlist.silent)
[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1]   File 
"C:\\Python26\\Lib\\site-packages\\mod_python\\importer.py", line 1202, 
in _process_target\n    module = import_module(module_name, path=path)
[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1]   File 
"C:\\Python26\\Lib\\site-packages\\mod_python\\importer.py", line 304, 
in import_module\n    return __import__(module_name, {}, {}, ['*'])
[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1]   File 
"c:\\python26\\lib\\site-packages\\django-1.0.2_final-py2.6.egg\\django\\core\\handlers\\modpython.py",
 
line 4, in <module>\n    from django import http
[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1]   File 
"c:\\python26\\lib\\site-packages\\django-1.0.2_final-py2.6.egg\\django\\http\\__init__.py",
 
line 3, in <module>\n    from Cookie import SimpleCookie, CookieError
[Tue Jan 27 19:33:05 2009] [error] [client 127.0.0.1] ImportError: 
cannot import name SimpleCookie

The Cookie module is present in C:\Python26\Lib, and that path is in the 
PythonPath registry key.  Any thoughts on where this error is coming from?

Jon P

--~--~---------~--~----~------------~-------~--~----~
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