Linux Lite Forums
Sudoku - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Games Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=19)
+--- Thread: Sudoku (/showthread.php?tid=179)



Sudoku - anrke - 04-01-2014

This is a weird problem and probably not what is really intended by "games support" but I had installed sudoku and it worked a couple of times but now it just doesn't respond when I click on it. i googled it and saw some people had a similar problem but supposedly it was fixed in the latest version. Any ideas? I can see launchpadintegration on the installed list, but this is the error I get when I run the command in the terminal:

Quote:ERROR:root:Could not find any typelib for LaunchpadIntegration
Traceback (most recent call last):
  File "/usr/games/gnome-sudoku", line 23, in <module>
    start_game()
  File "/usr/lib/python2.7/dist-packages/gnome_sudoku/gnome_sudoku.py", line 21, in start_game
    import main
  File "/usr/lib/python2.7/dist-packages/gnome_sudoku/main.py", line 9, in <module>
    from gi.repository import LaunchpadIntegration
ImportError: cannot import name LaunchpadIntegration



Re: Sudoku - Valtam - 04-01-2014

Open a terminal:

Code:
sudo apt-get install launchpad-integration python-launchpad-integration

see if that helps.