#49259 closed defect (fixed)
py-ipython: No longer functioning
Reported by: | mf2k (Frank Schima) | Owned by: | lpsinger (Leo Singer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | seanfarley (Sean Farley), stromnov (Andrey Stromnov) | |
Port: | py-ipython |
Description
ipython is no longer working.
$ port installed py27-ipython The following ports are currently installed: py27-ipython @4.0.0_0 (active)
$ ipython Traceback (most recent call last): File "/opt/local/bin/ipython", line 4, in <module> from IPython import start_ipython File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/__init__.py", line 47, in <module> from .core.application import Application File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/core/application.py", line 24, in <module> from IPython.core import release, crashhandler File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/core/crashhandler.py", line 28, in <module> from IPython.core import ultratb File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/core/ultratb.py", line 116, in <module> from IPython.utils import path as util_path File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/utils/path.py", line 19, in <module> from IPython.utils.process import system File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/utils/process.py", line 19, in <module> from ._process_posix import system, getoutput, arg_split, check_pid File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/utils/_process_posix.py", line 24, in <module> import pexpect File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pexpect/__init__.py", line 75, in <module> from .pty_spawn import spawn, spawnu File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pexpect/pty_spawn.py", line 11, in <module> import ptyprocess ImportError: No module named ptyprocess
Change History (2)
comment:1 Changed 9 years ago by stromnov (Andrey Stromnov)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Thank you for the fast response. Works great for me now!
Note: See
TracTickets for help on using
tickets.
Thanks. Fixed at r141252 (py-pexpect now depends on py-ptyprocess).