I am using django 1.3.1
I followed the online tutorial and tried to use \"django-admin.py startproject mysite\".
But I always receive this:
D
In regedit under HKEY_CURRENT_USER\Software\Classes\Applications\python.exe\shell\open\command modify the entry from
":\Python\python.exe" "%1"
to
":\Python\python.exe" "%1" %*
I had the same problem and I resolved it this way.