rajrakeshdr / pychess

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

PyChess crashes on pause #294

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the attached pgn with time and PyChess engine on easy
2. Press offer pause
3.

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

I also got this:
Traceback (most recent call last):
  File "/home/andreas/pychess/trunk/lib/pychess/widgets/BoardPreview.py",
line 71, in <lambda>
    openbut.connect("clicked", lambda b: self.on_file_activated(openbut))
NameError: free variable 'self' referenced before assignment in enclosing scope

Does it happen every time?

What version of the product are you using?

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

Please provide any additional information below.

Please attach the latest pychess logfile.
For PyChess <= 0.6.x it's hidden in your homedirectory and called
".pychess.log".
For PyChess > 0.6.x, it's in a hidden folder, under your homedirectory,
named ".pychess/"

Original issue reported on code.google.com by andreas...@gmail.com on 14 Jan 2008 at 11:59

Attachments:

GoogleCodeExporter commented 9 years ago
All fixed in 860

Original comment by lobais on 14 Jan 2008 at 7:55