Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 275449

Summary: >=dev-python/pygtk-2.14.1 bug with GtkToggleButton using dev-lang/python-2.6
Product: Gentoo Linux Reporter: Joe Sapp (RETIRED) <nixphoeni>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: High Keywords: Inclusion
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.nabble.com/ToggleButton-args-break-with-python2.6-td23792888.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix pygtk-2.14.1

Description Joe Sapp (RETIRED) gentoo-dev 2009-06-26 03:17:45 UTC
Trying to create a GtkToggleButton results in:

RuntimeError: more argument specifiers than keyword list entries (remaining format:'):GtkToggleButton.__init__')

See http://www.nabble.com/ToggleButton-args-break-with-python2.6-td23792888.html for information from the pygtk mailing list.
Comment 1 Joe Sapp (RETIRED) gentoo-dev 2009-06-26 03:20:18 UTC
Created attachment 195785 [details, diff]
Patch to fix pygtk-2.14.1

This patch seems to fix the problem for me (tested using app-misc/gourmet by exportinga file to RTF).
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-06-28 21:33:31 UTC
sounds ok
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-07-26 23:24:22 UTC
in 2.14.1-r1. Thanks for reporting and producing a patch.