[virt-tools-list] virt-manager/ GTK & py issue

Cole Robinson crobinso at redhat.com
Fri Aug 15 16:15:48 UTC 2014


On 08/15/2014 08:06 AM, arnaud gaboury wrote:
> Sorry to post here, but filling a bug @ bugzilla is impossible. For
> unknown reasons, i can't log in bugzilla. It stubbornly says "The
> username or password you entered is not valid", even after password
> reset.
> 

Possibly hitting a password attempt timeout

> OS : Archlinux x86_64
> libvirt 1.2.7-1
> libvirt-glib 0.1.8-2
> libvirt-python 1.2.7-1
> pygtk 2.24.0-4
> gtk2 2.24.24-1
> gtk2-perl 1.2492-1
> gtk3 3.12.2-1
> python 3.4.1-1
> python2 2.7.8-1
> 
> ISSUE :
> 
> virt-manager GUI. Create a mew machine.
>> Display > Spice server
> Returns error
> 
> Error refreshing hardware page: Must be string, not TreeModelRow
> 
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/
> virtManager/details.py", line 1197, in
> hw_selected
>     self.refresh_graphics_page()
>   File "/usr/share/virt-manager/virtManager/details.py", line 2755, in
> refresh_graphics_page
>     title = self.gfxdetails.set_dev(gfx)
>   File "/usr/share/virt-manager/virtManager/gfxdetails.py", line 197, in set_dev
>     uiutil.set_combo_entry(self.widget("graphics-type"), gtype, 0)
>   File "/usr/share/virt-manager/virtManager/uiutil.py", line 140, in
> set_combo_entry
>     combo.get_child().set_text(value or "")
> TypeError: Must be string, not TreeModelRow
> 
> 

Is this virt-manager from git or the released version? I think this is an
issue that has been fixed in git, you can test with:

git clone git://git.fedorahosted.org/virt-manager.git
cd virt-manager
./virt-manager --debug

- Cole




More information about the virt-tools-list mailing list