Tagged Questions
3
votes
6answers
4k views
Python 2.7 on CentOS 5
Are there any half-official repositories for CentOS 5 with Python 2.7?
EPEL provides only Python 2.6
2
votes
1answer
448 views
pysvn fails to make due to -lneon not found?
I am trying to install pysvn on my CentOS server and it says that -lneon is gone.
After searching their mailing lists for a bit I found what neon means but it doesn't say how can I get it?
Here's my ...
1
vote
1answer
53 views
Running 'make test' on an individual module for Python 2.7.4 build
I am working on building Python 2.7.4 on CentOS 6.4. When running the make test step, the test_gdb step fails, and I would like to get some more info as to why.
Build commands I'm running:
...
1
vote
2answers
1k views
Python library conflict with lower version
I am trying to reinstall yum in CentOS. Because I made some mistake by removing python.
so I got error as follows
There was a problem importing one of the Python modules
required to run yum. The ...