I get the following error when trying to install 2.7.6 or 3.3.3:
ImportError: No module named readline
The Python readline extension was not compiled. Missing the GNU readline lib?
I do however have the readline-devel.x86_64 and readline.x86_64 6.0 packages installed via yum. I am also able to build python from source by hand. Any ideas?