error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
I’m completely new to python, but I ran across this program while trying to install pygopherd on my other computer, and found out the problem was that I was missing the python-devel files.
To fix this, from fedora console, I did the following:
- su (change to super user)
- password (password for su)
- yum install python-devel
- Then I updated my python installation later, as python3 is already out, and there’s probably bugs in 2.5.









Comment by markatharvest
thanks a ton!!
Comment by TheTrustBank
Thank you for the tip! Was very useful!