[virt-tools-list] Error launching details: GtkWidget.set_parent_window() argument 1 must be gtk.gdk.Window, not None
Cole Robinson
crobinso at redhat.com
Fri Nov 4 14:32:52 UTC 2011
On 11/03/2011 07:13 AM, »Æ±ó wrote:
> Hi all,
>
> I am getting the following error when I try and open a guest machine using
> virtual machine manager.The host is Centos 5.7 x86_64.
>
> Error launching details: GtkWidget.set_parent_window() argument 1 must be gtk.gdk.Window, not None
> Traceback (most recent call last):
> File "/usr/local/share/virt-manager/virtManager/engine.py", line 741, in _show_vm_helper
> details = self._get_details_dialog(uri, uuid)
> File "/usr/local/share/virt-manager/virtManager/engine.py", line 720, in _get_details_dialog
> obj = vmmDetails(con.get_vm(uuid))
> File "/usr/local/share/virt-manager/virtManager/details.py", line 305, in __init__
> self.console = vmmConsolePages(self.vm, self.window)
> File "/usr/local/share/virt-manager/virtManager/console.py", line 562, in __init__
> self.init_fs_toolbar()
> File "/usr/local/share/virt-manager/virtManager/console.py", line 646, in init_fs_toolbar
> self.fs_drawer = AutoDrawer()
> File "/usr/local/share/virt-manager/virtManager/autodrawer.py", line 392, in __init__
> OverBox.set_over(self, self.eventBox)
> File "/usr/local/share/virt-manager/virtManager/autodrawer.py", line 177, in set_over
> widget.set_parent_window(self.overWin)
> TypeError: GtkWidget.set_parent_window() argument 1 must be gtk.gdk.Window, not None
>
Is this the stock virt-manager-0.9.0 release or current upstream? The current
upstream has several fixes for older back compat so it might fix the issue you
are seeing.
- Cole
More information about the virt-tools-list
mailing list