Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar
Super Collaborator

You need the epel repository which you probably do not have in your older version of CentOS 6.4.

 

Look at this page https://fedoraproject.org/wiki/EPEL  read under

 

How can I use these extra packages?

 

you need to get the repo, then enable the repo and install python, I think you will get all the software you need installed that way.

 

yum --enablerepo=epel install python26-devel

 

or some command like that.

 

Hope this helps.

View solution in original post

Who agreed with this solution