Re: cannot import name SimpleCookie on new Django install

2008-10-18 Thread Christian Joergensen
Wayne Collier wrote: > from Cookie import SimpleCookie > ImportError: cannot import name SimpleCookie It sounds like your python installation is broken. What about when you fire up a plain python shell and type: >>> from Cookie import SimpleCookie Cookie is a bundled module in the standar

cannot import name SimpleCookie on new Django install

2008-10-17 Thread Wayne Collier
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]# pytho