<div class="gmail_quote">On 28 September 2011 09:22, Tom Aziz <span dir="ltr"><<a href="mailto:tomazi75@gmail.com">tomazi75@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
C:\Python27\Scripts>C:\Python27\python.exe ipython.py<br>Traceback (most recent call last):<br> File "ipython.py", line 26, in <module><br> import IPython.Shell<br>ImportError: No module named Shell</blockquote>
</div><br>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:<br><br>
<a href="https://github.com/ipython/ipython/blob/master/IPython/scripts/ipython">https://github.com/ipython/ipython/blob/master/IPython/scripts/ipython</a><br><br>Thomas<br>