我在LinuxMandriva中安装了EdgewallTrac0.11,我需要一个模块setuptools-0.6c11-py2.5.egg用于Python2.5。
当我运行以下命令时:

sh setuptools-0.6c11-py2.5.egg

我得到一个错误:
error: Invalid Python installation:
unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)

我按这里描述的做:http://pypi.python.org/pypi/setuptools#downloads
我可以指定安装路径:
sh setuptools-0.6c11-py2.5.egg --install-dir /var/setuptool

但同样的错误也会发生。
我做错什么了?

最佳答案

另一种方法是尝试安装Mandriva包,用于setuptools,其中:

$ yum install python-setuptools

关于python - 使用easy_install时出现安装错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13099242/

10-13 07:01