Re: Startproject failing on Django 1.6
Sorry for the typeface - it was the default that the page gave me and didn't bother to change it (it also wouldn't word-wrap, so my apologies also for the ragged layout).
In any case, 1.6 is out now, and I'm trying to get started with Django but can't get to 1st base here. I did use pip to install it and it installed successfully.
On Tuesday, November 12, 2013 1:15:17 PM UTC-5, Avraham Serour wrote:
-- In any case, 1.6 is out now, and I'm trying to get started with Django but can't get to 1st base here. I did use pip to install it and it installed successfully.
On Tuesday, November 12, 2013 1:15:17 PM UTC-5, Avraham Serour wrote:
why are you using this font/size? it hurts my eyes trying to read and makes understanding difficultin 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 packagessuccessavrahamOn Tue, Nov 12, 2013 at 7:14 PM, Steve Sawyer <ssaw...@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...@googlegroups.com .
To post to this group, send email to django...@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+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/6354da2a-a769-4e39-90c1-23bb79bdb7ac%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home