Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#21697 - [gnome-games] missing dep - gnome-sudoku depends on python-gconf

Attached to Project: Arch Linux
Opened by Robert (theapodan) - Sunday, 14 November 2010, 16:42 GMT
Last edited by Ionut Biru (wonder) - Monday, 15 November 2010, 23:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ionut Biru (wonder)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Without installing python-gconf from AUR, gnome-sudoku does not run.


Additional info:
* package version(s)
gnome-games: 2.32.0-3

Steps to reproduce:
Run gnome-sudoku without having python-gconf installed from AUR.

* config and/or log files etc.

[rek@mobilerob ~]$ gnome-sudoku
Traceback (most recent call last):
File "/usr/bin/gnome-sudoku", line 67, in <module>
start_game()
File "/usr/lib/python2.7/site-packages/gnome_sudoku/gnome_sudoku.py", line 21, in start_game
import main
File "/usr/lib/python2.7/site-packages/gnome_sudoku/main.py", line 20, in <module>
import printing
File "/usr/lib/python2.7/site-packages/gnome_sudoku/printing.py", line 5, in <module>
from gtk_goodies import gconf_wrapper
File "/usr/lib/python2.7/site-packages/gnome_sudoku/gtk_goodies/gconf_wrapper.py", line 6, in <module>
import gconf
ImportError: No module named gconf

This task depends upon

Closed by  Ionut Biru (wonder)
Monday, 15 November 2010, 23:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.32.1. i split gnome-python into modules and added python2-gconf to dependency
Comment by Ionut Biru (wonder) - Sunday, 14 November 2010, 16:54 GMT
you don't have to install python-gconf from aur. gconf python module is provided in gnome-python and indeed needs to be a dependency
Comment by Robert (theapodan) - Sunday, 14 November 2010, 17:16 GMT
Thanks.

Loading...