Bug 167077 - gquilt fails to start on Fedora Core 3
Summary: gquilt fails to start on Fedora Core 3
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gquilt
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Josh Boyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-30 00:43 UTC by Josh Boyer
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: gquilt-0_13-2_fc3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-30 16:36:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to use gtk+ 2.4 stock items (8.95 KB, patch)
2005-08-30 16:35 UTC, Josh Boyer
no flags Details | Diff

Description Josh Boyer 2005-08-30 00:43:45 UTC
Description of problem:

gquilt fails to start

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

gquilt.noarch 0:0.13-1.fc3

How reproducible:

Always

Steps to Reproduce:
1. run gquilt
2.
3.
  
Actual results:

gquilt fails to start with the following traceback

Traceback (most recent call last):
  File "/usr/share/gquilt/gquilt.py", line 697, in ?
    app = gquilt()
  File "/usr/share/gquilt/gquilt.py", line 391, in __init__
    hpane_outer.add1(self._create_playground_file_tree())
  File "/usr/share/gquilt/gquilt.py", line 343, in _create_playground_file_tree
    self.playground_files.append_selection_menu_item("_Edit", "Edit the selected
files after adding them to the top patch", gtk.STOCK_EDIT,
self._edit_playground_selection_in_top_patch)
AttributeError: 'module' object has no attribute 'STOCK_EDIT'


Expected results:

gquilt starts

Additional info:

More info when I dig into this

Comment 1 Josh Boyer 2005-08-30 00:47:21 UTC
Seems to be an incompatibility with the version of pygtk2 that is provided by
FC-3.  The gtk.STOCK_EDIT item wasn't added until pygtk 2.6.

Comment 2 Josh Boyer 2005-08-30 16:35:57 UTC
Created attachment 118256 [details]
Patch to use gtk+ 2.4 stock items

Fixed up now with this patch


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