Bug 175911 - Missing Dependency: ImportError: No module named gconf
Summary: Missing Dependency: ImportError: No module named gconf
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-sudoku
Version: rawhide
Hardware: i386
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: 2005-12-16 06:48 UTC by Paul Dickson
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-12-16 17:35:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Paul Dickson 2005-12-16 06:48:49 UTC
Description of problem:
Running causes a traceback from the exception: ImportError: No module named gconf

Most likely it's missing a dependency that wouls allow "import gconf" to work.

Version-Release number of selected component (if applicable):
gnome-sudoku-0.3.4-1.fc5

How reproducible:
Always

Steps to Reproduce:
1. At gnome-terminal, type gnome-sudoku.
2.
3.
  
Actual results:
# 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 4, in ?
    from gtk_goodies import gconf_wrapper, Undo, dialog_extras, image_extras
  File
"/usr/lib/python2.4/site-packages/gnome_sudoku/gtk_goodies/gconf_wrapper.py",
line 5, in ?
    import gconf
ImportError: No module named gconf


Expected results:
Program should run

Additional info:

Comment 1 Paul Dickson 2005-12-16 06:54:56 UTC
Doing "yum install gnome-python2-gconf" install solves this problem.

Gnome-sudoku should be made dependent on gnome-python2-gconf.


Comment 2 Paul W. Frields 2005-12-16 17:35:19 UTC
Thank you, Paul -- it should be fixed in the next release, 0.4.0-2.


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