[issue3961] Arrows key do not browse in the IDLE

2009-08-04 Thread Guilherme Polo

Guilherme Polo ggp...@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 rep...@bugs.python.org
http://bugs.python.org/issue3961
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3961] Arrows key do not browse in the IDLE

2009-04-26 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Richard: what do the same keys do in the command line interpreter?

--
nosy: +ajaksu2, gpolo
priority:  - normal
stage:  - test needed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue3961
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3961] Arrows key do not browse in the IDLE

2008-09-25 Thread Richard

New submission from Richard [EMAIL PROTECTED]:

I open python3.0 (rc1) IDLE from command line and it works fine, but
when i press the arrows key they writes: ^[[A ^[[B ^[[C ^[[D
also pagUP and pagDOWN writes: ^[[5~ ^[[6~
so I'm not able to browse the history and the all things with arrows key.

More Info:

my OS is Ubuntu 8.04 upgrade from 7.10

It's the first time that I have an issue with keyboard

I have look for my international settings of keyboard but I don't note
nothing of relevant. (my country is Italy-Europe)

I have installed as main python 2.5 with I have no problem (works perfect)

I made a standard alt-installation
./configure
make
make test   # 1error with urllib2 and some skip (see attach txt)
sudo make altinstall

I have no other kind of problems with python3.0rc1

Is there someone has an idea??

 -- Richard (excuse my English)

--
components: IDLE
files: maketestpython30_log.txt
messages: 73788
nosy: italian-boy
severity: normal
status: open
title: Arrows key do not browse in the IDLE
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file11599/maketestpython30_log.txt

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3961
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com