Comment 16 for bug 116897

Revision history for this message
Jon Hermansen (jonhermansen) wrote :

I was able to install Marcelo Boveto Shima's virt-manager_0.4.0-0ubuntu1_all.deb [ https://bugs.launchpad.net/ubuntu/+bug/116897/comments/13 ] using "sudo dpkg -i" but when I ran it I hit an error. The .deb needs to require python-libvirt, or whatever may be necessary. Error is below:

---

jherm@jherm-ubuntu:~$ virt-manager
/usr/share/virt-manager/virtManager/config.py:21: ImportWarning: Not importing directory '/usr/lib/python2.5/site-packages/gtk-2.0/gnome': missing __init__.py
  import gnome
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-manager.py", line 104, in <module>
    from virtManager.config import vmmConfig
  File "/usr/share/virt-manager/virtManager/config.py", line 24, in <module>
    import libvirt
ImportError: No module named libvirt

---

After resolving this issue, I am hitting the error in the previous comment; I am attempting to run this on an up-to-date Feisty. Is there any chance we could get a package built for amd64? Thanks!