Thanks for the reply Ilya. The problem was that the old, default Python 
directory was still the default, so django searched there for 
django-admin.py. Doing this manually by moving django-admin.py into the 
desired startproject folder and adding "python" in front of django-admin.py 
startproject mysite solved the problem. It's just that both django-admin.py 
and django-admin.pyc need to be in the startproject parent folder.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c344044a-5d72-4696-9973-6f8aaab7d280%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to