Tagged Questions
0
votes
0answers
21 views
Creating binary distribution of lxml
I need to install a current release of lxml into a virtualenv on a VPS. This VPS however has some memory quota that doesn't allow me to build the package there. I tried therefore to build a ...
1
vote
0answers
624 views
Fixing problems with yum, urllib2, and missing dependencies?
I've been trying to resolve the following problem with yum / python's urllib2:
[root@...]# yum
Traceback (most recent call last):
File "/usr/bin/yum", line 4, in ?
import yum
File ...
0
votes
1answer
216 views
Does anyone know a way to interact with HP OV(NNM) with python, perl or bash?
Do anyone know if there is out there any API/library to access NNM database from perl or python?
We have a NNM 7.53 which give us access to its data with its java based applet through http. And of ...
1
vote
5answers
2k views
Cannot install mercurial properly - PYTHONPATH error
I have a server running on Ubuntu 10.04 on which I wanted to install Mercurial via
% sudo apt-get install mercurial
It seems to have installed successfully and doesn't show me any error messages. ...
0
votes
2answers
2k views
fedora /usr/lib vs /usr/lib64
It seems i have two python2.6 folders located in /usr/lib vs
/usr/lib64 respectively. Most python stuff (source) is in
/usr/lib64/python2.6 but when in installed packages they have been put
into ...