All,<br><br>Sorry if this has already been discussed, but I haven't find any solution on the archive of this mailing list nor via Google.<br><br>Here is the problem. After a fresh installation of Python 2.7 and iPython (latest versions) on Windows XP, I get an error message "ImportError: No module named Shell".<br>
<br>C:\Python27\Scripts>python<br>Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>><br><br>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<br>
<br><br>Thanks for any help,<br><br>Tom<br>