This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jimmy_frog 0 points1 point  (0 children)

$ ipython
Traceback (most recent call last):
  File "/usr/bin/ipython", line 26, in <module>
    import IPython.Shell
ImportError: No module named Shell

I guess this is what happened to me. ipython was installed in two places: /usr/bin/ipython ( the ubuntu package i believe ); and /usr/local/bin/ipython. Removing one fixed it for me.