Another stupid question...

Sebastian Roth xsebbi at gmx.de
Tue May 28 11:31:35 EDT 2002


On Dienstag, 28. Mai 2002 16:18, Shagshag13 wrote:
> Well i don't know why but i can't use up and downs key in python
> prompt line (>>>)
> I had the same trouble for erase key but after adding :
>
> stty erase "^H"
>
> in .bashrc, it works fine.
>
> But i still don't know how to do it for up key (i get ^[[A) and down
> key (^[[B)
>
> Thanks in advance,
>
> S13.

;))) Looks like my (old problem) from yesterday.

Well, look at the archive for more. 

Solution was the following:

copy the readline.so from you old python installation into you new one.

Should work.

		Sebastian





More information about the Python-list mailing list