glchess-1.0.2 is the latest version available on portage. 1.0.5 is now
available
I tried to simply update the version and got it installed (that worked for
1.0.3), however in 1.0.5, when I press the 'New Game' button, there is no menu
and console dumps:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/glchess/gtkui/gtkui.py", line 949, in
_on_new_game_button_clicked
dialogs.GtkNewGameDialog(self, self.__playerModel)
File "/usr/lib/python2.4/site-packages/glchess/gtkui/dialogs.py", line 125,
in __init__
defaultTime = glchess.config.get('new_game_dialog/move_time')
File "/usr/lib/python2.4/site-packages/glchess/config.py", line 110, in get
raise Error('No config value: ' + repr(name))
glchess.config.Error: No config value: 'new_game_dialog/move_time'
Reproducible: Always