python - django-nonrel for AppEngine on Windows -
i'm having trouble should relatively simply- getting django-nonrel project off ground on windows machine. have downloaded , unzipped required files http://djangoappengine.readthedocs.org/en/latest/installation.html , added required modules projects root folder c:\djangoapp, such folder hierarchy (note each module contains correct files, , have been omitted sake of brevity) djangoapp/ autoload/ dbindexer/ django/ djangoappengine/ djangotoolbox/ now when cd c:\djangoapp, need know command run. given command: pythonpath=. python django/bin/django-admin.py startproject \ --name=app.yaml --template=djangoappengine/conf/project_template myapp . is *nix os , won't work on windows. doing, python django/bin/django-admin.py startproject \ --name=app.yaml --template=djangoappengine/conf/project_template myapp returns error: traceback (most recent call last): file "django/bin/django-admin.py", line 2, in <module> django.core impo...