why are you using this font/size? it hurts my eyes trying to read and makes
understanding difficult

in any case, you didn't need to wait for 1.6 to be released, if your
objective is to learn and you are not deploying production systems yet you
could use the RC, or if before that you could use the beta or before that
the dev trunk or even use python 2.7 in the meantime, nothing wrong with
that.

how did you install django? I recommend using pip to install python packages

success
avraham


On Tue, Nov 12, 2013 at 7:14 PM, Steve Sawyer <ssawye...@gmail.com> wrote:

> 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+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/3611ff1b-c2a6-4270-b888-1234b91d1d09%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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/CAFWa6tJFCFFGv-uRZKMT0kg7e%2BSE%3DvcEZO%3D4swS6KNvA8x-UJQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to