Tagged Questions
0
votes
0answers
159 views
mod_python won't “./configure” because it can't determine httpd version
I'm trying to install mod_python 3.3.1 on Apache 2.4.3 and whenever I try to run ./configure (with apxs etc) and instead of configuring correctly, it says that Apache 2.x is required and my current ...
0
votes
1answer
2k views
How to manually uninstall urllib, urllib2, requests python packages?
I'm having a problem with urllib, urllib2 and requests, three python libraries.
I use Ubuntu 10.04.4 LTS and python 2.6.5 (we can use with python) (but I had installed manually, after the problem, ...
1
vote
1answer
140 views
How can I install hulahop
I cloned hulahop via git and I'd like to use it and try to run this example.
I have a problem to find out how to build and install it. I also tried to install it with apt-get but I don't have this ...
3
votes
1answer
2k views
How to do a binary install of Python 2.7 on SUSE Linux Enterprise Server 11?
My SLES11 box came with Python 2.6 installed. I would like to upgrade to 2.7. What is the easiest way to do this?