What steps will reproduce the problem?
1. start pychess
2. logon to online game as guest
3. go to seek graf
4. click on game
What is the expected output? What do you see instead?
I expect a game to start.
It doesn't
What version of the product are you using?
0.8 alfa
Did you use an installed version of PyChess or did you run in from a
tarball/svn?
svn
Please provide any additional information below.
Screenshot attached
Terminal output:
andreas@andreasn1t:~/pychess$ PYTHONPATH=lib/ ./pychess
sending play 68
playBoardCreated
widget and model created
Traceback (most recent call last):
File "/home/andreas/pychess/lib/pychess/ic/icLounge.py", line 452, in
playBoardCreated
black = Human(gmwidg.widgets["board"], BLACK, board["bname"])
File "/home/andreas/pychess/lib/pychess/Players/Human.py", line 63, in
__init__
self.board = gmwidg.widgets["board"]
AttributeError: 'BoardControl' object has no attribute 'widgets'
recieved board 106 106 0 0
SYNC CLOCK 180 180
sending play 16
Traceback (most recent call last):
File "/home/andreas/pychess/lib/pychess/ic/IcGameModel.py", line 37, in
onGameEnded
self.end (status, reason)
File "/home/andreas/pychess/lib/pychess/Utils/GameModel.py", line 361, in end
for player in self.players:
AttributeError: 'IcGameModel' object has no attribute 'players'
Original issue reported on code.google.com by andreas...@gmail.com on 29 Aug 2007 at 10:29
Original issue reported on code.google.com by
andreas...@gmail.com
on 29 Aug 2007 at 10:29Attachments: