Re: python-admin.py startproject error

2008-06-25 Thread [EMAIL PROTECTED]
Thanks for the help guys. On Jun 25, 12:58 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > import django > django-admin.py startproject mkgps > > File "", line 1 > > django-admin.py startproject mkgps > >^ > > SyntaxError: invalid syntax > > Subtle diffe

Re: python-admin.py startproject error

2008-06-25 Thread Brian Luft
django-admin.py is a python script that should be run from the command line (not the Python interpreter) -Brian On Jun 25, 12:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm going through the tutorial and after importing django and running > the django-admin.py startproject command I

Re: python-admin.py startproject error

2008-06-25 Thread Tim Chase
import django django-admin.py startproject mkgps > File "", line 1 > django-admin.py startproject mkgps >^ > SyntaxError: invalid syntax Subtle difference between >>> django-admin.py startproject foo and bash$ django-admin.py startproject

python-admin.py startproject error

2008-06-25 Thread [EMAIL PROTECTED]
I'm going through the tutorial and after importing django and running the django-admin.py startproject command I get this error: >>> import django >>> django-admin.py startproject mkgps File "", line 1 django-admin.py startproject mkgps ^ SyntaxError: invalid