Introduced by cfd9ab725445. Errormessage:<br><br>"Traceback (most recent call last):<br>  File "/home/jon/local/share/virt-manager/virt-manager.py", line 401, in <module><br>    main()<br>  File "/home/jon/local/share/virt-manager/virt-manager.py", line 304, in main<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.400.3 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><br>I have virtinst 0.500.0 installed and it is working as expected. <br>>>> import virtinst<br>>>> dir(virtinst)<br>
['CapabilitiesParser', 'CloneDesign', 'CloneManager', 'DistroInstaller', 'FullVirtGuest', 'Guest', 'ImageFetcher', 'ImageInstaller', 'ImageManager', 'ImageParser', 'ImportInstaller', 'Installer', 'LiveCDInstaller', 'NodeDeviceParser', 'OSDistro', 'PXEInstaller', 'ParaVirtGuest', 'Storage', 'User', 'VirtualAudio', 'VirtualCharDevice', 'VirtualDevice', 'VirtualDisk', 'VirtualGraphics', 'VirtualHostDevice', 'VirtualHostDevicePCI', 'VirtualHostDeviceUSB', 'VirtualInputDevice', 'VirtualNetworkInterface', 'VirtualVideoDevice', 'XenDisk', 'XenGuest', 'XenNetworkInterface', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '_util', '_virtinst', 'gettext', 'gettext_app', 'gettext_dir', 'osdict', 'util']<br>
<br>Grepping for a version attribute in the installed virtinst code did not yield anything useful either so it seem that this attribute is indeed missing?<br><br>And please avoid catch all exception checking. <br clear="all">
<br>-- <br>Regards Jon Nordby - <a href="http://www.jonnor.com">www.jonnor.com</a><br>