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 standard library for python 2.5 (and 2.4)

Regards,

-- 
Christian Joergensen
http://www.technobabble.dk

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