Re: New user - Trouble starting

2011-08-15 Thread Landy Chapman
Hopefully this will help >> http://weblog.greenpeace.org/it/2006/04/getting_started_with_django_on.html > I'm trying to start the tutorial (on Windows by the way) and I can't > get anywhere. When I enter "django-admin.py startproject mysite" into > either the interpreter or the Python command

Re: New user - Trouble starting

2011-08-15 Thread Thomas Weholt
Have you tried this in the command window ( assuming python is installed in c:\python27 ): c:\python27\python c:\python27\scripts\django-admin.py startproject mysite On windows you might need to run python scripts through python like shown above. And add c:\python27; c:\python27\scripts; to your

New user - Trouble starting

2011-08-15 Thread squirrel
I'm trying to start the tutorial (on Windows by the way) and I can't get anywhere. When I enter "django-admin.py startproject mysite" into either the interpreter or the Python command line I get the same message: Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32