Opened 15 years ago
Closed 14 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 by , 15 years ago
comment:2 by , 14 years ago
Milestone: | → Future |
---|
comment:3 by , 14 years ago
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 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | no country name tooltips in peer list (Win32 build) → [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.