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
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
2 matches
Mail list logo