Opened 9 years ago
Closed 8 years ago
#51115 closed defect (fixed)
py27-ipython @4.1.2_0 fails loading py27-pickleshare @0.7.2_0: ImportError: No module named pathlib2
Reported by: | gorticus (Jason Mitchell) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | dhoese@…, jjstickel (Jonathan Stickel), mark.chilenski@… | |
Port: | py-pickleshare |
Description
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.
Attachments (2)
Change History (11)
comment:1 Changed 9 years ago by dhoese@…
Cc: | dhoese@… added |
---|
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to stromnov@… |
---|
In the future, please Cc the port maintainers (port info --maintainers py-pickleshare
), if any.
Changed 9 years ago by jjstickel (Jonathan Stickel)
Attachment: | Portfile_py-pathlib2 added |
---|
new port pathlib2
comment:4 Changed 9 years ago by jjstickel (Jonathan Stickel)
Looks like pickleshare changed dependency path to pathlib2. New portfile for pathlib2 attached, and a patch for pickelshare.
Changed 9 years ago by jjstickel (Jonathan Stickel)
Attachment: | py-pickleshare_Portfile.diff added |
---|
comment:7 Changed 9 years ago by gorticus (Jason Mitchell)
Update works for me @r147697. Thanks for the quick turn-around!
Sorry about missing the Cc...
comment:8 follow-up: 9 Changed 8 years ago by gorticus (Jason Mitchell)
Seems good to close, yes? I've had no further issues.
comment:9 Changed 8 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!