Issue 12007: Console commands won't work (original) (raw)

Issue12007

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:16 admin set github: 56216
2011-05-06 17:04:17 eric.araujo set status: pending -> closednosy: + eric.araujomessages: +
2011-05-05 16:07:08 r.david.murray set status: open -> pendingnosy: + r.david.murraymessages: + resolution: not a bugstage: resolved
2011-05-05 10:46:03 jake_mcaga create