rajrakeshdr / pychess

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

sound error #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enebled sounds in PyChess. Just a beep for moves. Got this:

tamas@tami:~/svn/pychess$ p
WARNING: Giving 10 minutes for loading engine PyChess 0.8beta1
WARNING: Giving 10 minutes for loading engine PyChess 0.8beta1
WARNING: Giving 10 minutes for loading engine PyChess 0.8beta1
WARNING: Giving 10 minutes for loading engine PyChess 0.8beta1
Traceback (most recent call last):
  File "/home/tamas/svn/pychess/lib/pychess/widgets/BoardView.py", line
154, in game_changed
    preferencesDialog.SoundTab.playAction(sound)
  File "/home/tamas/svn/pychess/lib/pychess/widgets/preferencesDialog.py",
line 210, in playAction
    sys.stdout.flush()
AttributeError: LogPipe instance has no attribute 'flush'
Traceback (most recent call last):
  File "/home/tamas/svn/pychess/lib/pychess/widgets/BoardView.py", line
154, in game_changed
    preferencesDialog.SoundTab.playAction(sound)
  File "/home/tamas/svn/pychess/lib/pychess/widgets/preferencesDialog.py",
line 210, in playAction
    sys.stdout.flush()
AttributeError: LogPipe instance has no attribute 'flush'

Original issue reported on code.google.com by gbtami on 15 Sep 2007 at 5:22

GoogleCodeExporter commented 9 years ago
Fixed in 601

Original comment by lobais on 16 Sep 2007 at 9:07