Bug 511082 - pygtk2 doesn't include gtk-2.16-types.defs
Summary: pygtk2 doesn't include gtk-2.16-types.defs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pygtk2
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Matthew Barnes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 509299
TreeView+ depends on / blocked
 
Reported: 2009-07-13 15:25 UTC by Marek Kašík
Modified: 2009-07-13 17:21 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-13 17:21:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
a patch fixing this bug (239 bytes, patch)
2009-07-13 15:25 UTC, Marek Kašík
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 588466 0 None None None Never

Description Marek Kašík 2009-07-13 15:25:50 UTC
Created attachment 351485 [details]
a patch fixing this bug

Description of problem:
pygtk2 doesn't include gtk-2.16-types.defs file in gtk-2.16.defs. This causes problems when dropping dependency of system-config-printer on libsexy.

Version-Release number of selected component (if applicable):
pygtk2-2.15.2-1

How reproducible:
always

Steps to Reproduce:
  in python:
    import gtk
    gtk.EntryIconPosition
  
Actual results:
"AttributeError: 'module' object has no attribute 'EntryIconPosition'"

Expected results:
something like: "<class 'gtk._gtk.EntryIconPosition'>"

Additional info:
A patch fixing this is attached.

Marek

Comment 1 Matthew Barnes 2009-07-13 17:21:01 UTC
Fixed in pygtk2-2.15.2-2.fc12.

Also forwarded this upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=588466


Note You need to log in before you can comment on or make changes to this bug.