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.
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.