[ python-Bugs-1472173 ] interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian
SourceForge.net
noreply at sourceforge.net
Wed Apr 19 06:16:01 CEST 2006
Bugs item #1472173, was opened at 2006-04-18 02:20
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1472173&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: kxroberto (kxroberto)
Assigned to: Nobody/Anonymous (nobody)
Summary: interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian
Initial Comment:
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~
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-04-18 21:16
Message:
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.
----------------------------------------------------------------------
Comment By: Michael Hudson (mwh)
Date: 2006-04-18 02:32
Message:
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...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1472173&group_id=5470
More information about the Python-bugs-list
mailing list