Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166768 - dev-python/ipython should depend on dev-python/pexpect
Summary: dev-python/ipython should depend on dev-python/pexpect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 00:03 UTC by Andrija Prčić
Modified: 2007-02-14 20:28 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 Andrija Prčić 2007-02-14 00:03:03 UTC
dev-python/ipython provides several runnable files in /usr/bin, namely: ipython, irunner and pycolor

...

Second of these, irunner, fails to run:

$ irunner
Traceback (most recent call last):
  File "/usr/bin/irunner", line 7, in ?
    from IPython import irunner
  File "/usr/lib64/python2.4/site-packages/IPython/irunner.py", line 39, in ?
    import pexpect
ImportError: No module named pexpect

...

The following text is taken from /usr/lib64/python2.4/site-packages/IPython/irunner.py

NOTES:

 - This module requires pexpect, available in most linux distros, or which can
 be downloaded from

    http://pexpect.sourceforge.net
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2007-02-14 20:28:37 UTC
Fixed. Thanks!