I am trying to begin a project(first one ever) with Django on a Windows 7 machine, and am encountering issues with 'startproject.' I have made sure Django is installed correctly and it seems as though it is working fine, however I run into a problem when I try "django-admin.py startproject sitename"
I have tried using the full path length (C:\Python25\Lib\site-packages\django\contrib\auth\admin.py) and still nothing. I've tried multiple things on both the normal command prompt as well as the python command line. Any ideas?