Hi, <br><br>There's a thread with this same title, in this list, from august 2010. Link: <a href="https://www.redhat.com/archives/virt-tools-list/2010-August/msg00075.html">https://www.redhat.com/archives/virt-tools-list/2010-August/msg00075.html</a><br>

<br>I got this same problem. I'm running Ubuntu 10.04 x64. I made some tests with virt-manager 0.8.2, installed from ubuntu repositories, and then downloaded the newest virt-manager and virt-inst from virt-manager website. Compiled both sources as usual (opening INSTALL and following the instructions), but got that error when trying to launch virt-manager: <br>

<br><blockquote>Erro ao iniciar o Gerenciador de Máquina Virtual: virtinst version 0.500.1 is too old.<br><br>
virt-manager requires the python-virtinst library version 0.500.5 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>
Traceback (most recent call last):<br>
  File "/usr/local/share/virt-manager/virt-manager.py", line 455, in <module><br>
    main()<br>
  File "/usr/local/share/virt-manager/virt-manager.py", line 370, in main<br>
    "\n\n" + msg)<br>
RuntimeError: virtinst version 0.500.1 is too old.<br><br>
virt-manager requires the python-virtinst library version 0.500.5 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></blockquote>




<br>The output of <br><pre>python -c 'import virtinst; print virtinst'</pre>command is:<br><br>lamps@ubunteira:/opt/virtinst-0.500.5$ python -c 'import virtinst; print virtinst'<br><module 'virtinst' from 'virtinst/__init__.py'><br>

<br>and the output for <br><pre>sudo python setup.py install</pre>is:<br><br>lamps@ubunteira:/opt/virtinst-0.500.5$ sudo python setup.py install<br>[sudo] password for lamps: <br>running install<br>running build<br>Building build/po/ja/virtinst.mo from ja.po<br>

Building build/po/it/virtinst.mo from it.po<br>Building build/po/nl/virtinst.mo from nl.po<br>Building build/po/ru/virtinst.mo from ru.po<br>Building build/po/sr@latin/virtinst.mo from sr@latin.po<br>Building build/po/es/virtinst.mo from es.po<br>

Building build/po/zh_CN/virtinst.mo from zh_CN.po<br>Building build/po/sr/virtinst.mo from sr.po<br>Building build/po/uk/virtinst.mo from uk.po<br>Building build/po/fr/virtinst.mo from fr.po<br>Building build/po/pt_BR/virtinst.mo from pt_BR.po<br>

Building build/po/pl/virtinst.mo from pl.po<br>running build_py<br>package init file 'virtconv/parsers/__init__.py' not found (or not a regular file)<br>package init file 'virtconv/parsers/__init__.py' not found (or not a regular file)<br>

running build_scripts<br>running install_lib<br>copying build/lib.linux-x86_64-2.6/virtconv/__init__.py -> /usr/local/lib/python2.6/dist-packages/virtconv<br>copying build/lib.linux-x86_64-2.6/virtinst/__init__.py -> /usr/local/lib/python2.6/dist-packages/virtinst<br>

byte-compiling /usr/local/lib/python2.6/dist-packages/virtconv/__init__.py to __init__.pyc<br>byte-compiling /usr/local/lib/python2.6/dist-packages/virtinst/__init__.py to __init__.pyc<br>running install_scripts<br>changing mode of /usr/local/bin/virt-install to 755<br>

changing mode of /usr/local/bin/virt-image to 755<br>changing mode of /usr/local/bin/virt-convert to 755<br>changing mode of /usr/local/bin/virt-clone to 755<br>running install_data<br>Installing build/po/pl/virtinst.mo to share/locale/pl/LC_MESSAGES/<br>

Installing build/po/pt_BR/virtinst.mo to share/locale/pt_BR/LC_MESSAGES/<br>Installing build/po/ja/virtinst.mo to share/locale/ja/LC_MESSAGES/<br>Installing build/po/sr/virtinst.mo to share/locale/sr/LC_MESSAGES/<br>Installing build/po/es/virtinst.mo to share/locale/es/LC_MESSAGES/<br>

Installing build/po/uk/virtinst.mo to share/locale/uk/LC_MESSAGES/<br>Installing build/po/sr@latin/virtinst.mo to share/locale/sr@latin/LC_MESSAGES/<br>Installing build/po/nl/virtinst.mo to share/locale/nl/LC_MESSAGES/<br>

Installing build/po/ru/virtinst.mo to share/locale/ru/LC_MESSAGES/<br>Installing build/po/zh_CN/virtinst.mo to share/locale/zh_CN/LC_MESSAGES/<br>Installing build/po/it/virtinst.mo to share/locale/it/LC_MESSAGES/<br>Installing build/po/fr/virtinst.mo to share/locale/fr/LC_MESSAGES/<br>

copying build/po/pl/virtinst.mo -> /usr/local/share/locale/pl/LC_MESSAGES/<br>copying build/po/pt_BR/virtinst.mo -> /usr/local/share/locale/pt_BR/LC_MESSAGES/<br>copying build/po/ja/virtinst.mo -> /usr/local/share/locale/ja/LC_MESSAGES/<br>

copying build/po/sr/virtinst.mo -> /usr/local/share/locale/sr/LC_MESSAGES/<br>copying build/po/es/virtinst.mo -> /usr/local/share/locale/es/LC_MESSAGES/<br>copying build/po/uk/virtinst.mo -> /usr/local/share/locale/uk/LC_MESSAGES/<br>

copying build/po/sr@latin/virtinst.mo -> /usr/local/share/locale/sr@latin/LC_MESSAGES/<br>copying build/po/nl/virtinst.mo -> /usr/local/share/locale/nl/LC_MESSAGES/<br>copying build/po/ru/virtinst.mo -> /usr/local/share/locale/ru/LC_MESSAGES/<br>

copying build/po/zh_CN/virtinst.mo -> /usr/local/share/locale/zh_CN/LC_MESSAGES/<br>copying build/po/it/virtinst.mo -> /usr/local/share/locale/it/LC_MESSAGES/<br>copying build/po/fr/virtinst.mo -> /usr/local/share/locale/fr/LC_MESSAGES/<br>

running install_egg_info<br>Removing /usr/local/lib/python2.6/dist-packages/virtinst-0.500.5.egg-info<br>Writing /usr/local/lib/python2.6/dist-packages/virtinst-0.500.5.egg-info<br><br><br>Does anybody have some hint about fixing this?<br>

<br>Thanks in advance ;D<br>