Opened 14 years ago
Closed 13 years ago
#1069 closed bug (Fixed)
[win32] no country name tooltips in peer list
Reported by: | seqn | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | GTK UI | Version: | 1.2.0_rc3 |
Keywords: | Cc: |
Description
In peers_tab.py, calling widget.get_tooltip_context throws an exception:
<type 'exceptions.AttributeError'>: '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 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
Change History (4)
comment:1 Changed 14 years ago by andar
comment:2 Changed 13 years ago by Cas
- Milestone set to Future
comment:3 Changed 13 years ago by damoxc
pygtk 2.16 is available here: http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.16/
Upgrade and see if it works with that.
comment:4 Changed 13 years ago by Cas
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from no country name tooltips in peer list (Win32 build) to [win32] no country name tooltips in peer list
Seems fixed in latest versions.
Note: See
TracTickets for help on using
tickets.
Unfortunately there the latest windows build of pygtk is 2.12.. We can't fix this until a new build is released.