<div dir="ltr"><div><div><div>I recently tried to install virt-manager on RHEL 6.5 and I get the following error when trying to start virt-manager<br><br></div>Here is the debug output:<br><br>[root@al11 python2.6]# virt-manager --debug<br>

2014-02-14 13:44:32,521 (cli:71): virt-manager startup<br>2014-02-14 13:44:32,522 (virt-manager:292): Launched as: /usr/share/virt-manager/virt-manager.py --debug<br>2014-02-14 13:44:32,522 (virt-manager:293): GTK version: (2, 20, 1)<br>

2014-02-14 13:44:32,522 (virt-manager:294): virtManager import: <module 'virtManager' from '/usr/share/virt-manager/virtManager/__init__.pyc'><br>2014-02-14 13:44:32,549 (cli:110): Error import virtinst<br>

Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virtManager/cli.py", line 107, in check_virtinst_version<br>    ignore = virtinst.__version__<br>AttributeError: 'module' object has no attribute '__version__'<br>

2014-02-14 13:44:32,549 (virt-manager:390): 'module' object has no attribute '__version__'<br><br>virt-manager requires the python-virtinst library version 0.600.1 or greater. This can be downloaded at:<br>

<br><a href="http://virt-manager.org/download.html">http://virt-manager.org/download.html</a><br>Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virt-manager.py", line 383, in <module><br>

    main()<br>  File "/usr/share/virt-manager/virt-manager.py", line 296, in main<br>    cli.check_virtinst_version(virtinst_str)<br>  File "/usr/share/virt-manager/virtManager/cli.py", line 111, in check_virtinst_version<br>

    raise RuntimeError(str(e) + "\n\n" + msg)<br>RuntimeError: 'module' object has no attribute '__version__'<br><br>virt-manager requires the python-virtinst library version 0.600.1 or greater. This can be downloaded at:<br>

<br><br></div>According to Python, I have 0.600.4 installed:<br><br>[root@al11 python2.6]# python<br>Python 2.6.6 (r266:84292, Nov 21 2013, 10:50:32) <br>[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>

>>> import virtinst<br>>>> print virtinst.__version__<br>0.600.4<br>>>> <br><br></div><div>I am using 0.9.1 of virt-manager<br><br>[root@al11 python2.6]# virt-manager --version<br>0.9.1<br><br>
</div>
<div><br></div>I am stumped. Any help is appreciated. Thanks.<br><br></div>