[IPython-user] iPython doesn't work on Windows
Ville M. Vainio
vivainio@gmail....
Sat Mar 8 08:14:07 CST 2008
On Sat, Mar 8, 2008 at 3:33 PM, Mr. SpOOn <mr.spoon21@gmail.com> wrote:
> Here's what I get:
>
> C:\Programmi\Python25\Scripts>ipy.py
>
> Traceback (most recent call last):
> File "C:\Programmi\Python25\Scripts\ipy.py", line 26, in <module>
>
> import IPython.Shell
> File "C:\programmi\Python25\scripts\IPython.py", line 26, in <module>
>
> ImportError: No module named Shell
What does this script output when you run it:
import IPython
print IPython
You should delete the module that it points to. You have some stale
module called ipython on your pythonpath.
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list