Probably your versions of Python and Django aren't compatible. I got the 
same error using Python 2.7.3 and Django 1.6. I upgraded to Python 2.7.6 
and the error error went away.

On Thursday, November 14, 2013 11:17:53 AM UTC-6, Steve Sawyer wrote:
>
> Ramiro - I only have a single version of Python installed (I have the 
> luxury of being able to keep things simple).
>
> I just tried this again though, using the explicit pathing you recommend. 
> I note that I have two copies of django-admin.py, but they're identical - 
> one in C:\Python33\Scripts, and the other in site-packages. In any case, 
> I'm still getting the ImportError.
>
> I can see that there is an http package that apparently belongs to the 
> python standard library, contains a cookies.py module and is located here:
>
> C:\Python33\Lib\http
>
> However, Django installs another http package
>
> C:\Python33\Lib\site-packages\django\http
>
> And this folder contains a file "cookie.py" (singular).
>
> In any case, I'm not sure what module is expected to be imported. However, 
> I note that if I try to import http from an interactive session, the 
> __init__.py in the Django http package is executed, and I end up getting 
> the same ImportError.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/75603a30-3e3d-45f3-9cfb-78f3a159da6b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to