安裝django出錯(cuò)
我的系統(tǒng)是win7 64位,已安裝python2.5,添加了環(huán)境變量path,在cmd是可以運(yùn)行python的。在cmd安裝django1.5時(shí)出錯(cuò):
D:\software\Python Web\Django-1.5.4>python setup.py install
Traceback (most recent call last):
File "setup.py", line 77, in <module>
version = __import__('django').get_version()
File "D:\software\Python Web\Django-1.5.4\django\__init__.py", line 6, in get_
version
from django.utils.version import get_version
File "D:\software\Python Web\Django-1.5.4\django\utils\version.py", line 1
from __future__ import unicode_literals
SyntaxError: future feature unicode_literals is not defined
D:\software\Python Web\Django-1.5.4>
是什么問題啊,求各位大神幫忙!!
返回小木蟲查看更多
京公網(wǎng)安備 11010802022153號(hào)
win7 64位要安裝python2.7,