iamLovingJerk / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Preferences window doesn't work #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start PyChess
2. Open Preferences -> Preferences

What is the expected output? What do you see instead?
I expected a preferences dialog. Instead I get nothing

What version of the product are you using?
0.8

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
trunk

Please provide any additional information below.
Terminal gives me:
andreas@andreasn1t:~/pychess$ PYTHONPATH=lib/ ./pychess
WARNING: Giving 10 minutes for loading engine PyChess 0.8alfa
Traceback (most recent call last):
  File "/home/andreas/pychess/lib/pychess/Main.py", line 361, in
on_preferences_activate
    preferencesDialog.run(window)
  File "/home/andreas/pychess/lib/pychess/widgets/preferencesDialog.py",
line 16, in run
    initialize(widgets)
  File "/home/andreas/pychess/lib/pychess/widgets/preferencesDialog.py",
line 28, in initialize
    SoundTab(widgets)
  File "/home/andreas/pychess/lib/pychess/widgets/preferencesDialog.py",
line 279, in __init__
    uri = conf.getStrict("sounduri%d"%i)
  File "/home/andreas/pychess/lib/pychess/System/conf.py", line 21, in
getStrict
    assert hasKey (key)
AssertionError

Original issue reported on code.google.com by andreas...@gmail.com on 29 Aug 2007 at 9:29

GoogleCodeExporter commented 9 years ago
Fixed in 556

Original comment by lobais on 30 Aug 2007 at 2:17