Re: [libvirt-users] Installing the python libvirt bindings in a virtualenv

2012-04-26 Thread Daniel Gonzalez
Well, my host system has python 2.6, so python2.7.dev can not be installed. Only my virtualenv has python2.7 (compiled from source), and I have no idea how to install debian packages to my virtualenv. On Tue, Apr 24, 2012 at 7:35 AM, Henrik Ahlgren wrote: > On Mon, Apr 23, 2012 at 11:56:56PM +020

Re: [libvirt-users] Installing the python libvirt bindings in a virtualenv

2012-04-23 Thread Henrik Ahlgren
On Mon, Apr 23, 2012 at 11:56:56PM +0200, Daniel Gonzalez wrote: > But this is failing with error message: > > checking for python script directory... ${prefix}/lib/python2.7/site-packages > checking for python extension module directory... > ${exec_prefix}/lib/python2.7/site-packages > configure

[libvirt-users] Installing the python libvirt bindings in a virtualenv

2012-04-23 Thread Daniel Gonzalez
Hi, I have a virtualenv which I am using for production (I need python 2.7 and certain libraries which can not be easily installed on the host environment). Now I am trying to install also libvirt, but I have not succeeded yet. The problem that I have now looks quite difficult to solve. This is th