Thanks Thomas you are totally right, I haven't clean correctly my previous installation. After removing ipython* in \scripts\, and install again, everything is fine.<br><br>Thanks again and sorry for disturbing ...<br>
<br><br><br><div class="gmail_quote">On Wed, Sep 28, 2011 at 11:45 AM, Thomas Kluyver <span dir="ltr"><<a href="mailto:takowl@gmail.com">takowl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote">On 28 September 2011 09:22, Tom Aziz <span dir="ltr"><<a href="mailto:tomazi75@gmail.com" target="_blank">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></div>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" target="_blank">https://github.com/ipython/ipython/blob/master/IPython/scripts/ipython</a><br><font color="#888888"><br>Thomas<br>
</font></blockquote></div><br>