On Jan 4, 10:17 pm, Phil <phil...@gmail.com> wrote:
> Hi all,
>
> I am having a setup issue on my personal laptop, I got through setup
> and couple of tutorials on my Mac in work but not having any joy at
> home. I'm running Ubuntu 10.04 Lucid Lynx.
>
> I run "import django" and I don't get any errors back so I thought I
> was OK, but when I run "django-admin.py startproject projectname" I
> get back an error saying...
>
> "File <stdin>", line 1....django-admin.py startproject
> projectname......Error: invalid syntax"
>

on linux you have to type:

'python django-admin.py startproject projectname'

I think your missing the python let me know if this sorts it out

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

Reply via email to