This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Console commands won't work
Type: behavior Stage: resolved
Components: IO Versions: Python 3.2
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: eric.araujo, jake_mcaga, r.david.murray
Priority: normal Keywords:

Created on 2011-05-05 10:46 by jake_mcaga, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg135181 - (view) Author: Jakob Aga (jake_mcaga) Date: 2011-05-05 10:46
[PCLOS KDE 2010.12] Console commands (in Konsole & Yakuake) won't work in Python 3.2. Like ctrl+l for clearing the screen, arrow keys up & down for scrolling through previous python commands. Instead I get e.g. ^L (ctrl+l) and ^[[A (arrow up) on the interpreter line.
At first I looked through Synaptic (reload etc.), then I tried compiling the 3.2 version - and built it with 'luck' (yay:)).
The interpreter 'works' by itself though. It's just that I miss doing the usual console stuff. 3.2 is installed side by side with Python 2.6, and I haven't had any problems with Python 2.x
I've posted this problem on the forums of PCLOS, but no one can answer. Hopefully someone here can...?
msg135215 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-05-05 16:07
I believe this is out of scope for Python itself, and is a platform distribution issue.  The platform must do some special magic to make those things work; they don't in a vanilla python build as far as I know.  You might look to your readline configuration for clues.
msg135330 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-05-06 17:04
Definitely looks like a shell, libcurses or readline configuration issue, sorry.  Please reopen this bug if you have new information contradicting our conclusion.
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56216
2011-05-06 17:04:17eric.araujosetstatus: pending -> closed
nosy: + eric.araujo
messages: + msg135330

2011-05-05 16:07:08r.david.murraysetstatus: open -> pending

nosy: + r.david.murray
messages: + msg135215

resolution: not a bug
stage: resolved
2011-05-05 10:46:03jake_mcagacreate