Hello.I am new to Django and I am having some trouble installing it. I 
running Python 2.5 and mod_python on Apache with RH linux. I installed 
Django-0.95.   When I go to my mysite directory and run "python 
manage.pyrunserver"command, I get the following result:

[EMAIL PROTECTED] mysite]# python manage.py runserver
Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File 
"/usr/local/lib/python2.5/site-packages/Django-0.95.4-py2.5.egg/django/core/management.py",
 
line 1319, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File 
"/usr/local/lib/python2.5/site-packages/Django-0.95.4-py2.5.egg/django/core/management.py",
 
line 1271, in execute_from_command_line
    action_mapping[action](addr, port, options.use_reloader)
  File 
"/usr/local/lib/python2.5/site-packages/Django-0.95.4-py2.5.egg/django/core/management.py",
 
line 1029, in runserver
    from django.core.handlers.wsgi import WSGIHandler
  File 
"/usr/local/lib/python2.5/site-packages/Django-0.95.4-py2.5.egg/django/core/handlers/wsgi.py",
 
line 1, in <module>
    from django.core.handlers.base import BaseHandler
  File 
"/usr/local/lib/python2.5/site-packages/Django-0.95.4-py2.5.egg/django/core/handlers/base.py",
 
line 3, in <module>
    from django import http
  File 
"/usr/local/lib/python2.5/site-packages/Django-0.95.4-py2.5.egg/django/http/__init__.py",
 
line 2, in <module>
    from Cookie import SimpleCookie
ImportError: cannot import name SimpleCookie


This also results when I Django-1.0.  Any help would be greatly appreciated.

Wayne


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to