On 3/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi everybody,
>
> hope you're all good out there.
>
> I did a few progress with my install.
> i installed python 2.4.
>
> with this install instead of the latest one i could install django
> with the sudo python setup.py install command.
>
> but now i can't seem to start a project.
> when i do the import django line in the terminal i do not have any
> error message again
> but when i try the
>
>  django-admin.py start-project testsite
>
> i get a syntax error message
>
>   File "<stdin>", line 1
>     django-admin.py start-project testsite
>                         ^
> SyntaxError: invalid syntax


Don't run that command from within the Python interpreter, just do it
from a Terminal command line.

Jay P.

--~--~---------~--~----~------------~-------~--~----~
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