This is a followup to this question.
The first step in the Django tutorial says to call
django-admin.py startproject mysite
But here is th
We have very similar problem but I was able to fix it without having to go through half of your troubleshooting steps.
Turns out, I have the ;C:\Python34\Scripts\ path present in both User variables for... and System Variables. I may have added the path to user variables accidentally and forgot to delete it.
Delete the ;C:\Python34\Scripts\ path in your User variables for... and it should fix the problem.