Bug 188549 - missing pygtk2-libglade dependency
Summary: missing pygtk2-libglade dependency
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-sudoku
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Paul W. Frields
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-11 02:14 UTC by Eli
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-04-13 11:40:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Eli 2006-04-11 02:14:40 UTC
Description of problem:
it's missing a pygtk2-libglade dependency

Version-Release number of selected component (if applicable):
gnome-sudoku-0.4.0-5.fc4

How reproducible:
I installed it once; didn't try to back out everything and do it again.

Steps to Reproduce:
1. yum install gnome-sudoku on a FC4 without pygtk2-libglade installed
2. run gnome-sudoku
3. see python import error
  
Actual results:
$ gnome-sudoku &
[1] 28513
$ Traceback (most recent call last):
  File "/usr/bin/gnome-sudoku", line 10, in ?
    from gnome_sudoku.gnome_sudoku import start_game
  File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py", line 1, in ?
    import gtk, gobject, gtk.glade
ImportError: No module named glade

[1]+  Exit 1                  gnome-sudoku


Expected results:
Expected to see the game come up.

Additional info:
A "yum install pygtk2-libglade" fixed the problem.

Comment 1 Paul W. Frields 2006-04-13 11:40:00 UTC
I have a fix for this in CVS, but I'm waiting for an additional issue (missing
"which" package in build-minimal buildgroup) to be addressed by FESCo before
starting a new build.


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