django-admin.py startproject mysite 不成功

我在执行 django-admin.py startproject mysite?时,总显示帮助信息。查了下stack over flow。原来是python bug。解决方法如下:

 

That's already been reported to the django, see http://bugs.python.org/issue7936 And these's an solution: open regedit and find python.exe like this "C:\Python26\python.exe" "%1" change it to "C:\Python26\python.exe" "%1" %*

 

For instance, under HKEY_CLASSES_ROOT\Applications\python.exe\shell\open\command

 

 

你可能感兴趣的:(python,django,bug,startproject,django-admin.py)