[IPython-user] iPython doesn't work on Windows

Mr.SpOOn mr.spoon21@gmail....
Sat Mar 8 06:12:07 CST 2008


On Sat, Mar 8, 2008 at 7:53 AM, Ville M. Vainio <vivainio@gmail.com> wrote:
>  What happens here is that "Import IPython" import ipython.py (the
>  startup script), not IPython the module.
>
>  Try changing "import IPython" to "import IPython.Shell" and  tell me
>  if it works.

I changed it, but nothing changed:

C:\Programmi\Python25\Scripts>ipython
Traceback (most recent call last):
  File "C:\programmi\Python25\scripts\IPython.py", line 26, in <module>
    import IPython.Shell
  File "C:\programmi\Python25\scripts\IPython.py", line 26, in <module>
    import IPython.Shell
ImportError: No module named Shell


More information about the IPython-user mailing list