vote up 1 vote down star

If I have run a long line in IPython, and try and recall it (using the up-arrow) or backspace beyond the start of the current line, it displays incorrectly (all smushed into one line)

For example, in the following session I wrote a long line [1], entered a somewhat-blank line [2], then up-arrowed twice to get the print statement on line [3], and the following happened:

Line wrap issue

Happens in both iTerm and Terminal.app.. I had a similar problem with regular terminal sessions, which was fixed by properly terminating colour codes, but I'm not sure how to fix it with IPython

flag

2 Answers

vote up 1 vote down

I can't reproduce it:

up-arrow works for long lines in ipython

link|flag
:/ That's really annoying, I've tried disabling any profile customisation, using the latest stable version (ipython 0.9.1), two different machines, using different terminal profiles.. What terminal emulator/shell/python/ipython version etc are you using? – dbr Mar 23 at 9:48
Never mind the above comment! – dbr Mar 23 at 9:53
vote up 2 vote down check

Aha! I had an old version of the Python readline module - installing the latest from http://ipython.scipy.org/dist/ and it works perfectly!

sudo easy_install http://ipython.scipy.org/dist/readline-2.5.1-py2.5-macosx-10.5-i386.egg
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.