id summary reporter owner description type status priority milestone component version resolution keywords cc 1069 [win32] no country name tooltips in peer list seqn andar "In peers_tab.py, calling widget.get_tooltip_context throws an exception: {{{ : 'gtk.TreeView' object has no attribute 'get_tooltip_context' }}} I know next to nothing about Python, but my guess is that an outdated PyGTK version (2.12.1) was used for the Win32 build. The [http://mail.gnome.org/archives/gnome-announce-list/2008-August/msg00076.html changelog for PyGTK 2.13.0] includes: > - Wrap gtk.!TreeView.get_tooltip_context (Gian, !#530145) ---- {{{ gtk.gtk_version = (2, 16, 6) gtk.pygtk_version = (2, 12, 1) Windows XP SP3 }}}" bug closed minor Future GTK UI 1.2.0_rc3 Fixed