On Mon, Nov 24, 2008 at 9:40 PM, kiminvegas <[EMAIL PROTECTED]> wrote:

>
> Hello All,
>
> I have python 2.6 installed, but can't seem to get Django going.  I
> copied the Django dir to python\lib with other site packages but this
> is what I get when I try to start a project
>
> IDLE 2.6
> >>> django-admin.py startproject prj1
> SyntaxError: invalid syntax
>
> Seem like this might be a PATH issue but I don't know how to resolve
>
> Thanks in advance for any help.
>

django-admin.py is a Python script that needs to be run from a Windows
command prompt, not an interactive Python shell.  You will need to either
have the location of django-admin.py in your Windows PATH or you will need
to specify the full path to the script when you run it.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to