[IPython-dev] readline on windows (again)
Gary Bishop
gb at cs.unc.edu
Wed Nov 19 19:31:23 EST 2003
Mathew,
Try this...
If you don't already have it, download and install ctypes from
http://sourceforge.net/project/showfiles.php?group_id=71702
Then download and unzip my pure python readline from
https://sourceforge.net/project/showfiles.php?group_id=82407
In the resulting folder at a command prompt, type
python setup.py install
When you restart ipython (or python) for that matter. You should have a
readline that works pretty much exactly like the gnu-readline with
completion, history, etc.
gb
More information about the IPython-dev
mailing list