GNOME Bugzilla – Bug 354363
pygobject (2.12.0) breaks pygtk
Last modified: 2006-09-04 23:59:37 UTC
Please describe the problem: After upgrading to pygobject 2.12.0, every python/gtk app crashes with:
+ Trace 71599
Steps to reproduce: 1. Upgrade to pygobject 2.12.0 2. 3. Actual results: Expected results: Does this happen every time? Yes Other information: Might be a pygtk pb ? Reverting back to pygobject 2.11.4 solved the pb. pygobject 2.12.0 pygtk 2.10.0 gnome-python 2.16.0 gnome-python-extras 2.14.2 python 2.4.3 Everything compiled from sources.
Weird, I cannot reproduce. Could you please type the following in a python shell in show the result: import gobject >>> gobject.pygobject_version >>> type(gobject.pygobject_version)
Erm, nevermind.
Here we go: Python 2.4.3 (#4, Jul 28 2006, 23:53:35) [GCC 4.0.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gobject >>> gobject.pygobject_version (2, 12, 0) >>> type(gobject.pygobject_version) <type 'tuple'> >>>
*** Bug 354364 has been marked as a duplicate of this bug. ***
I commited a variant of this and released a new version. pygobject 2.12.1 includes the fix.