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

Ville M. Vainio vivainio@gmail....
Sat Mar 8 06:56:58 CST 2008


On Sat, Mar 8, 2008 at 2:12 PM, Mr. SpOOn <mr.spoon21@gmail.com> wrote:

> 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

Then, rename ipython.py in c:\python25\scripts to ipy.py, and adjust
the shortcuts in start menu accordingly.

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'


More information about the IPython-user mailing list