Re: Difficulties Beginning

2012-07-10 Thread James Smith
And Dennis was right! That fixed my problem. Thanks again. You too, Apokalyptica, for taking the time to try to figure this out. On Tuesday, July 10, 2012 11:13:02 PM UTC-4, James Smith wrote: > > Thanks, Dennis. That sure seems like a probable source for this error :) > > On Tuesday, July 10, 20

Re: Difficulties Beginning

2012-07-10 Thread James Smith
Thanks, Dennis. That sure seems like a probable source for this error :) On Tuesday, July 10, 2012 10:25:34 PM UTC-4, James Smith wrote: > > Hey there, > > I've recently taken up learning Django, but I've run into an issue I can't > seem to resolve. > > Some information: > Windows 64-bit > Django

Re: Difficulties Beginning

2012-07-10 Thread Apokalyptica Painkiller
May be it's python's version,why don't you try python 2.7 2012/7/10 James Smith > Thanks for the quick reply! I realized I posted a poor screenshot where > the name of the project had a space in it. I was being a bit silly there, > to be honest...that was after many failed attempts. > > I've tri

Re: Difficulties Beginning

2012-07-10 Thread James Smith
Thanks for the quick reply! I realized I posted a poor screenshot where the name of the project had a space in it. I was being a bit silly there, to be honest...that was after many failed attempts. I've tried without spacing, and I got the same thing. I've tried all sorts of things, really...he

Re: Difficulties Beginning

2012-07-10 Thread Apokalyptica Painkiller
Hello, i'm not sure but may be your mistake is the name of the project. i mean, you type this: django-admin.py startproject pasta face The space between pasta and face, it's wrong, i guess it should be: django-admin.py startproject pasta_face And the SyntaxError i think it is: except ImportError

Difficulties Beginning

2012-07-10 Thread James Smith
Hey there, I've recently taken up learning Django, but I've run into an issue I can't seem to resolve. Some information: Windows 64-bit Django 1.4 Python 3.2 And this is the tutorial I'm following: https://docs.djangoproject.com/en/dev/intro/tutorial01/ When I try to start a new project, I g