GNOME Bugzilla – Bug 617821
fix pygtk.require call, and check for errors resulting from it
Last modified: 2010-05-10 15:50:39 UTC
Created attachment 160380 [details] [review] python init fixes +++ This bug was initially created as a clone of Bug #617587 +++ Only a couple of bits of my changes to fix bug 617587 apply to totem (and none apply to gedit or epiphany). Specifically: - the version passed to pygtk.require() is just the gtk major version, since it's there for parallel installability, so we should only pass in "2.0". - need some error checking after calling that
mmit aeeb165117a80080b044d54d5dc8b64df3128c26 Author: Jonathan Matthew <jonathan@kaolin.wh9.net> Date: Fri May 7 13:23:17 2010 +0100 Fix version requirements for PyGTK pygtk.require() actually needs the major GTK+ version, and doesn't use the minor version in the require. Also make sure to check for the return value to avoid surprises. https://bugzilla.gnome.org/show_bug.cgi?id=617821
(In reply to comment #1) Is there a release date for the next tarball in the foreseeable future? (The problem is non-hypothetical, see http://bugs.gentoo.org/318885 for instructions how to trigger an error, i.e. enable D-BUS or Jamendo plugin).
Will be in the next 2.30.x release.