
At http://pypi.python.org/pypi/setuptools#rpm-based-systems I downloaded setuptools-0.6c9-py2.6.egg as root, chmod +x setup...
ran it and received:
[root@marge2 python]# ./setuptools-0.6c9-py2.6.egg error: invalid Python installation: unable to open /usr/lib/python2.6/config/Makefile (No such file or directory)
Running python [dpawson@marge2 python]$ python --version Python 2.6
on Fedora core 11.
Any suggestions please, I'd like to use easy_install.
TIA

Dave Pawson wrote:
At http://pypi.python.org/pypi/setuptools#rpm-based-systems I downloaded setuptools-0.6c9-py2.6.egg as root, chmod +x setup...
ran it and received:
[root@marge2 python]# ./setuptools-0.6c9-py2.6.egg error: invalid Python installation: unable to open /usr/lib/python2.6/config/Makefile (No such file or directory)
Running python [dpawson@marge2 python]$ python --version Python 2.6
on Fedora core 11.
Any suggestions please, I'd like to use easy_install.
TIA
Why not just do: yum install python-setuptools-devel
participants (2)
-
Dave Pawson
-
Neal Becker