[IPython-User] Pb installing iPython on Windows
Thomas Kluyver
takowl@gmail....
Wed Sep 28 04:45:35 CDT 2011
On 28 September 2011 09:22, Tom Aziz <tomazi75@gmail.com> wrote:
> C:\Python27\Scripts>C:\Python27\python.exe ipython.py
> Traceback (most recent call last):
> File "ipython.py", line 26, in <module>
> import IPython.Shell
> ImportError: No module named Shell
My guess is that you've somehow got an ipython.py startup script from an
older version of IPython. The refactoring for 0.11 removed the IPython.Shell
module. The startup script should look like this:
https://github.com/ipython/ipython/blob/master/IPython/scripts/ipython
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20110928/021354d8/attachment.html
More information about the IPython-User
mailing list