Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675126 - games-board/pychess should depend on dev-python/pexpect - ModuleNotFoundError: No module named 'pexpect'
Summary: games-board/pychess should depend on dev-python/pexpect - ModuleNotFoundError...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-10 17:21 UTC by Bernardo Meurer
Modified: 2019-08-02 21:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernardo Meurer 2019-01-10 17:21:16 UTC
Launching pychess I get the following error

$ pychess
/usr/lib/python-exec/python3.6/pychess:17: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, Gdk
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/pychess", line 200, in <module>
    from pychess.Main import PyChess
  File "/usr/lib64/python3.6/site-packages/pychess/Main.py", line 23, in <module>
    from pychess.widgets import enginesDialog
  File "/usr/lib64/python3.6/site-packages/pychess/widgets/enginesDialog.py", line 14, in <module>
    from pychess.widgets import newGameDialog
  File "/usr/lib64/python3.6/site-packages/pychess/widgets/newGameDialog.py", line 37, in <module>
    from pychess.widgets.BoardControl import BoardControl
  File "/usr/lib64/python3.6/site-packages/pychess/widgets/BoardControl.py", line 19, in <module>
    from .BoardView import BoardView, rect, join
  File "/usr/lib64/python3.6/site-packages/pychess/widgets/BoardView.py", line 11, in <module>
    from pychess.Savers import pgn
  File "/usr/lib64/python3.6/site-packages/pychess/Savers/pgn.py", line 15, in <module>
    import pexpect
ModuleNotFoundError: No module named 'pexpect'

After installing pexpect it works as expected.
Comment 1 Larry the Git Cow gentoo-dev 2019-08-02 21:43:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e0aa922214922dd4170f10ef2345f2b97bec45

commit a1e0aa922214922dd4170f10ef2345f2b97bec45
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2019-08-02 21:42:17 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2019-08-02 21:42:48 +0000

    games-board/pychess: Drop old
    
    Closes: https://bugs.gentoo.org/675126
    Package-Manager: Portage-2.3.70, Repoman-2.3.16
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-board/pychess/Manifest              |  2 -
 games-board/pychess/pychess-0.12.4.ebuild | 71 -------------------------------
 games-board/pychess/pychess-0.99.3.ebuild | 71 -------------------------------
 3 files changed, 144 deletions(-)