[IPython-User] error of install ipython 0.10.0
Fernando Perez
fperez.net@gmail....
Thu Oct 25 01:29:58 CDT 2012
On Wed, Oct 24, 2012 at 7:22 PM, Jack Bryan <dtustudy68@hotmail.com> wrote:
>
> $ ipython
> Traceback (most recent call last):
> File "/home/user/usr/bin/ipython", line 26, in <module>
> import IPython.Shell
> ImportError: No module named Shell
You installed 0.13.1 to ~/.local/bin but are trying to run from
/usr/bin/ipython, that has the old one. You'll need to get rid of the
old installation altogether and only have one, you can't have the
scripts for 0.10.x trying to load the code from 0.13.x, since the
codebases are completely different.
Cheers,
f
More information about the IPython-User
mailing list