Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275449 - >=dev-python/pygtk-2.14.1 bug with GtkToggleButton using dev-lang/python-2.6
Summary: >=dev-python/pygtk-2.14.1 bug with GtkToggleButton using dev-lang/python-2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://www.nabble.com/ToggleButton-ar...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2009-06-26 03:17 UTC by Joe Sapp (RETIRED)
Modified: 2009-07-26 23:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix pygtk-2.14.1 (pygtk-2.14.1-gtktogglebutton.patch,495 bytes, patch)
2009-06-26 03:20 UTC, Joe Sapp (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.