[Distutils] python setup tools
Neal Becker
ndbecker2 at gmail.com
Wed Jun 17 14:56:14 CEST 2009
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 at 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 at 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
More information about the Distutils-SIG
mailing list