[issue3961] Arrows key do not browse in the IDLE

Guilherme Polo report at bugs.python.org
Tue Aug 4 16:39:51 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

Richard, IDLE doesn't support browsing the history of the commands
entered (see issue2704), so I believe this is not related to IDLE and I
believe you meant to talk about the standard python shell.

Since you have compiled python yourself it is possible that you didn't
have the development package of readline installed (it is
libreadline5-dev on ubuntu), which would cause the problem you described
when using the standard python shell.

----------
components:  -IDLE
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3961>
_______________________________________


More information about the Python-bugs-list mailing list