Bug 178834 - broken dependency
Summary: broken dependency
Keywords:
Status: CLOSED CURRENTRELEASE
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-01-24 18:01 UTC by Brent Fox
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.4.0-5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-25 06:01:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Brent Fox 2006-01-24 18:01:31 UTC
I'm running an FC4 system (upgraded from FC3).

I ran "yum install gnome-sudoku" and it looked like everything got downloaded
fine.  It installed gnome-sudoku-0.4.0-3.fc4.  But now when I run it, I see:

[bfox@localhost ~]$ gnome-sudoku
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 5, in ?
    import gsudoku, sudoku, saver, sudoku_maker, printing, sudoku_generator_gui
  File "/usr/lib/python2.4/site-packages/gnome_sudoku/gsudoku.py", line 2, in ?
    import gtk, sudoku, math, gobject
  File "/usr/lib/python2.4/site-packages/gnome_sudoku/sudoku.py", line 4, in ?
    import Numeric
ImportError: No module named Numeric


Looks like it needs some Python module that's not on the system.  Probably a
missing package depencency.

Comment 1 Paul W. Frields 2006-01-25 06:01:20 UTC
Brent, thanks for the catch.  This should be fixed in the current release once
the mirrors sync.


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