Duo

Activity log for bug #296939

Date Who What changed Old value New value Message
2008-11-11 20:33:07 Guillaume LemaƮtre bug added bug
2008-11-11 20:54:44 Guillaume LemaƮtre description ./duo.py -u gnomish does not simply work at all. Error log : Traceback (most recent call last): File "./duo.py", line 226, in <module> ui = ui.create_ui(options[OPT_UI], options) File "/home/seventh/Prog/Python/Duo/duo/ui/__init__.py", line 65, in create_ui module = tools.import_recursively('duo.ui.' + ui) File "/home/seventh/Prog/Python/Duo/duo/tools/__init__.py", line 57, in import_recursively raise Exception('import of ' + module_name + ' failed') Exception: import of gnomish failed ./duo.py -u gnomish does not simply work at all. Error log : Traceback (most recent call last): File "./duo.py", line 226, in <module> ui = ui.create_ui(options[OPT_UI], options) File "/home/seventh/Prog/Python/Duo/duo/ui/__init__.py", line 65, in create_ui module = tools.import_recursively('duo.ui.' + ui) File "/home/seventh/Prog/Python/Duo/duo/tools/__init__.py", line 57, in import_recursively raise Exception('import of ' + module_name + ' failed') Exception: import of gnomish failed Furthermore, after a few patches, I discovered that in fact the GLADE_FILE was simply not existing !
2008-11-12 12:19:25 David Soulayrol duo: status New Confirmed
2008-11-12 12:19:25 David Soulayrol duo: importance Undecided Wishlist
2008-11-12 12:19:25 David Soulayrol duo: statusexplanation The gnome interface has been written a long time ago and was not adapted during duo refactoring because the priority was to keep the game features nearly unchanged. The module was nevertheless commited to store it. Time perhaps has come to develop it.