摘要: 1.安装时提示找不到python的Makefile文件,但是系统上安装的确实是python2.6版本的。[root@localhost Django-1.5.1]# python setup.py installrunning installerror: invalid Python installation: unable to open /usr/lib/python2.6/config/Makefile (No such file or directory)[root@localhost Django-1.5.1]# python -c 'import sys, pprint; 阅读全文
posted @ 2013-08-09 23:32 xyubuntu 阅读(797) 评论(0) 推荐(0)