Awesome, thought I tried this but apparently not. I had to use d:\myproj>python d:/Python27/Scripts/django-admin.py startproject mysite to make it work, but it worked so yay!
On with the tutoral I go! On May 9, 3:59 pm, Daniel Roseman <[email protected]> wrote: > On Wednesday, 9 May 2012 18:34:41 UTC+1, Robert G wrote: > > > I can't seem to find much about this error online - any suggestions? > > On the contrary, this is very much a FAQ. Your Windows installation is set > to run scripts against Python, but without passing any arguments. > > Easiest way to fix it is to explicitly use `python django-admin.py > startproject mysite` instead. > -- > DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

