On 02/08/2012 05:59 AM, Chandrashekhar Jamadarkhani (cjamadar) wrote: > Hi, > > > > I have installed libvirt using yum install but still I could see libvirt > module not found while running virt-manager tool. > > > > # yum install virt-manager libvirt libvirt-python libvirt-python python-virtinst > > > > [root@blr-vxr-005 vsm]# virt-manager > > Traceback (most recent call last): > > File "/usr/share/virt-manager/virt-manager.py", line 26, in <module> > > import libvirt > > ImportError: No module named libvirt > > [root@blr-vxr-005 vsm]# > That's strange. What's the output of these commands: rpm -qf libvirt-python python -c 'import sys; print sys.path' - Cole