#51115: py27-ipython @4.1.2_0 fails loading py27-pickleshare @0.7.2_0: ImportError: No module named pathlib2 ------------------------------+-------------------------------- Reporter: jason-macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: py-pickleshare ------------------------------+-------------------------------- Starting `py27-ipython @4.1.2_0` after updating to `py27-pickleshare @0.7.2_0` (r147640) from `v0.6_0` results in the following `pathlib2` error: {{{ $ 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 49, in <module> from .terminal.embed import embed File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/IPython/terminal/embed.py", line 16, in <module> from IPython.core.interactiveshell import DummyMod File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/IPython/core/interactiveshell.py", line 31, in <module> from pickleshare import PickleShareDB File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/pickleshare.py", line 45, in <module> from pathlib2 import Path ImportError: No module named pathlib2 }}} Re-activating `py27-pickleshare @0.6_0` allows `py27-ipython @4.1.2_0` to start. My port tree version is r147649. -- Ticket URL: <https://trac.macports.org/ticket/51115> MacPorts <https://www.macports.org/> Ports system for OS X