rajrakeshdr / pychess

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

Chat panel bug #334

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Computer without internet
2. Game between two chess engines
3. Traceback error (below)
4. Game is stopped

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/home/leonardo/Desktop/pychess-trunk/sidepanel/chatPanel.py", line
40, in onGameStarted
    self.player.connect("messageRecieved", self.onMessageReieved)
AttributeError: Sidepanel instance has no attribute 'player'

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

Original issue reported on code.google.com by leogregianin@gmail.com on 9 Jun 2008 at 1:00

GoogleCodeExporter commented 9 years ago
Has this been fixed in trunk?

Original comment by lobais on 20 Sep 2008 at 2:10

GoogleCodeExporter commented 9 years ago

Original comment by leogregianin@gmail.com on 6 Oct 2008 at 5:37