Issue 1472173: interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian (original) (raw)

Issue1472173

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43235

classification

Title: interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian
Type: Stage:
Components: Installation Versions:

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: kxroberto, mwh, nnorwitz, twouters
Priority: normal Keywords:

Created on 2006-04-18 09:20 by kxroberto, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg28270 - (view) Author: kxroberto (kxroberto) Date: 2006-04-18 09:20
cursors , ctrl-a ctrl-e ... not recognized? worked with previous pythons vs:/usr/src/Python-2.5a1# make altinstall ... vs:/usr/src/Python-2.5a1# python2.5 Python 2.5a1 (r25a1:43589, Apr 15 2006, 21:51:42) [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> abcd^E^A^[[1~^[[4~
msg28271 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2006-04-18 09:32
Logged In: YES user_id=6656 You might need to install readline-devel or some such package. I don't think anything has changed in python here...
msg28272 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-04-19 04:16
Logged In: YES user_id=33168 Hmmm, it's possible some of the configure magic changed. It might have been inadvertant. Can you attach your config.log? When you did a ./configure it should have printed out some things about readline and searching for it. That might help you diagnose the problem.
msg28273 - (view) Author: kxroberto (kxroberto) Date: 2006-04-19 09:11
Logged In: YES user_id=972995 oops, is ok after: apt-get install libreadline5-dev
msg28274 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-04-23 22:49
Logged In: YES user_id=34209 Closing as fixed then :)
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43235
2006-04-18 09:20:00 kxroberto create