django-admin.py startproject mysite not working well on windows 7
- by john
Hi I'm learning django and I did successfully start a site on Window XP by following the tutorial.
However, on Window 7 when I issued:
django-admin.py startproject mysite
python.exe was started and a window appeared to ask me to choose either python.exe or other program to open a file....
did I do anthing wrong or there are more tricks for window 7?
thanks.