Re: ipython2 does not work anymore

2017-01-20 Thread dieter
Cecil Westerhof writes: > ... >> If you do mean 'pathlib', it was introduced in Python 3.4. > > It is about python2. I can remember to have seen announcements for enhanced "path" modules in this list. Your previously posted traceback shows that the problem comes from the package "pickleshare" whi

Re: ipython2 does not work anymore

2017-01-19 Thread Steve D'Aprano
On Fri, 20 Jan 2017 02:06 am, Cecil Westerhof wrote: > I did not work with ipython2 for a long time. Most of my work is done > with python3. I just tried to start ipython2 and got: > Traceback (most recent call last): [...] > ImportError: No module named path > > > What could be the problem here

Re: ipython2 does not work anymore

2017-01-19 Thread Cecil Westerhof
On Thursday 19 Jan 2017 21:08 CET, MRAB wrote: > On 2017-01-19 15:06, Cecil Westerhof wrote: >> I did not work with ipython2 for a long time. Most of my work is >> done with python3. I just tried to start ipython2 and got: >> Traceback (most recent call last): File "/usr/bin/ipython2", line >> 7,

Re: ipython2 does not work anymore

2017-01-19 Thread MRAB
On 2017-01-19 15:06, Cecil Westerhof wrote: I did not work with ipython2 for a long time. Most of my work is done with python3. I just tried to start ipython2 and got: Traceback (most recent call last): File "/usr/bin/ipython2", line 7, in from IPython import start_ipython File "/usr/lib

ipython2 does not work anymore

2017-01-19 Thread Cecil Westerhof
I did not work with ipython2 for a long time. Most of my work is done with python3. I just tried to start ipython2 and got: Traceback (most recent call last): File "/usr/bin/ipython2", line 7, in from IPython import start_ipython File "/usr/lib/python2.7/site-packages/IPython/__init__.py",