Running IPython on Win32

IPython works well with Windows, even as a replacement for that clunky old cmd.exe command prompt. There are some considerations, though.

Troubleshooting

Reinstalling/upgrading IPython manually

Sometimes when installing a new version of IPython, you need to remove old IPython files to get a clean slate.

To delete all traces of old IPython installation(s), delete the following files (adjust for your python installation):

Delete start menu shortcuts:

Install new IPython, launch it, run %upgrade.

Doctest problems

There is a problem with "doctest" working on Windows with PyReadline. Please see Python dev sourceforge.net tracker [ 1708316 ] doctest work with Windows PyReadline http://sourceforge.net/tracker/index.php?func=detail&aid=1708316&group_id=5470&atid=105470 for details and a quick fix to "doctest.py"

IpythonOnWindows (last edited 2007-11-30 21:59:21 by VilleVainio)