[CentOS-virt] No module named cygvirtmod

2012-01-12 Thread Lars Hecking
I'm trying to set up a xen guest on a machine that already has a few others running (not set up by me). It fails with the following error: + virt-install -r 512 -n host5 -f /dev/vol0/lvol5 --nographics -p --os-type=linux --os-variant=rhel5 --accelerate -l http://bla -x ks=http://bla/ks.cfg

Re: [CentOS-virt] No module named cygvirtmod

2012-01-12 Thread Tait Clarridge
On Thu, 2012-01-12 at 14:24 +, Lars Hecking wrote: I'm trying to set up a xen guest on a machine that already has a few others running (not set up by me). It fails with the following error: + virt-install -r 512 -n host5 -f /dev/vol0/lvol5 --nographics -p --os-type=linux

Re: [CentOS-virt] No module named cygvirtmod

2012-01-12 Thread Lars Hecking
Chris Wik writes: On 12.01.2012, at 16:21, Lars Hecking wrote: I found the erroneous code in /usr/lib64/python2.4/site-packages/libvirt.py, and comparing it with the CentOS 5.7 version, I can fix it. But I presume I need to generate .pyc and .po as well, not sure how to do that. Why