Startproject failing on Django 1.6
Django 1.6
Python 3.3
Windows 7 pro
I've been anxiously awaiting Django 1.6 as I've been learning Python 3 for the last year.
I tried unsuccessfully to go through the tutorial using Django 1.5.5, and figured I should wait
for 1.6 to be released so I could avoid having to research and resolve version incompatibility issues.
However, today I removed my prior Django installation, successfully installed Django 1.6, and
started into the tutorial, but am again failing on this step:
django-admin.py startproject mysite
I'm getting an ImportError: No module named 'http.cookies'
Note that I've verified that I have a folder named 'http', that this folder is in my PYTHONPATH, that it
contains a module named cookies.py and that the folder contains an __init__.py file.
Any suggestions as to what I need to do to resolve this? I'm not making much progress with the tutorial! :-)
Thanks.
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+unsubscribe@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/3611ff1b-c2a6-4270-b888-1234b91d1d09%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home