django-admin.py startproject mysite not working well on windows 7

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-05-20T00:05:15Z Indexed on 2010/05/20 0:10 UTC
Read the original article Hit count: 193

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about django

Related posts about python