Bug 688259

Summary: ImportError: No module named cygvirtmod
Product: [Community] Virtualization Tools Reporter: Rohan Nigam <locaterohan>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: crobinso, jtomko, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-18 08:39:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Rohan Nigam 2011-03-16 16:45:54 UTC
Description of problem:
I am using CentOS 5.5 and trying to create KVM guests. Whenever I try to use virt-install I get the following libvirt related error:

[root@vmtest python2.4]# virt-install --help
Traceback (most recent call last):
  File "/usr/sbin/virt-install", line 31, in ?
    import libvirt
  File "/usr/lib64/python2.4/site-packages/libvirt.py", line 12, in ?
    import cygvirtmod as libvirtmod
ImportError: No module named cygvirtmod

I also did:
[root@vmtest python2.4]# python -c 'import libvirtmod'
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: /usr/lib64/libvirt.so.0: undefined symbol: numa_node_to_cpus


Version-Release number of selected component (if applicable): 
libvirtd (libvirt) 0.6.3
numactl-devel-0.9.8-11.el5
Cent OS Kernel Version: 2.6.18-194.17.4.el5


I installed libvirt using yum repositories not manually.