On Jan 16, 2008 11:12 PM, LRP <[EMAIL PROTECTED]> wrote:

>
> [snipped]
>
> I fire up Python (2.4.4), import django, and enter django.VERSION...
> oops? What's this 0.96.09999....994? Supposed to be 0.96.1-1.


> Well let's try django-admin.py startproject mysite... Whooo ABANDON
> SHIP! SyntaxError: invalid syntax.
>
>
django_admin.py is a Python script, you are supposed to run it from the
command line, not from within a Python interpreter session.

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