On 5/26/07, Josselin Mouette <[EMAIL PROTECTED]> wrote:
Le vendredi 25 mai 2007 à 11:01 +1200, Ian McDonald a écrit :
> gnome-sudoku fails to start and bug buddy from gnome shows this:
> Traceback (most recent call last):
> File "/usr/games/gnome-sudoku", line 20, in ?
> from gnome_sudoku.gnome_sudoku import start_game
> File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py", line 4,
in ?
> File
"/usr/lib/python2.4/site-packages/gnome_sudoku/gtk_goodies/image_extras.py", line
1, in ?
> ImportError: No module named Image
>
> This looks similar to bug 425617 in that some python package is missing
> but I'm not sure which one.
No python package is missing, but there are some files on your system
that shouldn't be here.
Where does the /usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py
file come from? Is it contained in a package or did you install it
yourself? AFAIK the gnome-sudoku package doesn't ship anything in this
directory.
I removed the above directory and it works fine now. It had no
problems on another machine. I think I had gnome-sudoku installed a
long time ago (but purged) and it left behind files when purged. The
version in gnome-games seems fine. This bug can be closed or
transferred to gnome-sudoku if it's considered that has a faulty
purge.
I suspect the wrong version is being run as python2.5 is wanted really
but the default is python 2.4.4 on my system.