GNOME Bugzilla – Bug 602073
No set_has_tooltip in pygtk-2.12.1-3.win32-py2.6.exe
Last modified: 2010-04-04 19:02:40 UTC
As per documentation (http://www.pygtk.org/docs/pygtk/class-gtkwidget.html#method-gtkwidget--set-has-tooltip) gtk.Widget.set_has_tooltip should be available in PyGTK 2.12 and above. I'm using pygtk-2.12.1-3.win32-py2.6.exe (from http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.12/) and it turns out that there is no such method in <python dir>\Lib\site-packages\gtk-2.0\gtk\_gtk.pyd. Also take a look at http://trac.gajim.org/ticket/5397
What is the version of GTK+ itself? import gtk; print gtk.gtk_version
At the moment of reporting it was 2.16.6 from http://www.gtk.org/download-windows.html#StableRelease
BTW, "unofficial" binaries from http://www.optionexplicit.be/projects/gnome-windows/20091106/ have no such issue
This should be fixed by John's binaries, closing.