PyChess Morphy 0.99.1

46 views
Skip to first unread message

Tamás Bajusz

unread,
Dec 26, 2017, 3:03:33 PM12/26/17
to PyChess People
We're pleased to announce, that a new PyChess Morphy 0.99.0 has been made available.
This is the second alpha of upcoming 1.0 release.
 - New chess variant: Horde
 - Board theme enhancements: texture, frame, grid
 - Play Chess960 games on ICC
 - Play with problembot/trainingbot/tacticaltrainer on ICC
 - Countless GUI enhancements and bugfixes (by ecrucru)

Merry Christmas and happy holidays to all chess lovers!

Sergio Insa

unread,
Mar 10, 2018, 10:57:02 AM3/10/18
to PyChess People
Hi  Tamás,

From some months I cant start pychess, there are a lot of errors:

ERROR: Unable to import gstreamer.
Namespace Gst not available
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pychess/external/scoutfish.py", line 9, in <module>
    from pexpect.popen_spawn import PopenSpawn
ImportError: No module named 'pexpect.popen_spawn'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/pychess", line 199, in <module>
    from pychess.Main import PyChess
  File "/usr/lib/python3/dist-packages/pychess/Main.py", line 21, in <module>
    from pychess.System.debug import print_obj_referrers, print_muppy_sumary
  File "/usr/lib/python3/dist-packages/pychess/System/debug.py", line 17, in <module>
    from pychess.widgets.gamewidget import GameWidget
  File "/usr/lib/python3/dist-packages/pychess/widgets/gamewidget.py", line 13, in <module>
    from pychess.Savers import pgn
  File "/usr/lib/python3/dist-packages/pychess/Savers/pgn.py", line 21, in <module>
    from pychess.external.scoutfish import Scoutfish
  File "/usr/lib/python3/dist-packages/pychess/external/scoutfish.py", line 11, in <module>
    from pychess.external import pexpect
  File "/usr/lib/python3/dist-packages/pychess/external/pexpect/__init__.py", line 75, in <module>
    from .pty_spawn import spawn, spawnu
  File "/usr/lib/python3/dist-packages/pychess/external/pexpect/pty_spawn.py", line 10, in <module>
    import ptyprocess
ImportError: No module named 'ptyprocess'

 Any idea ?

Tamás Bajusz

unread,
Mar 10, 2018, 11:40:44 AM3/10/18
to PyChess People
Try to install python3-ptyprocess (>=0.5) package!
Reply all
Reply to author
Forward
0 new messages