[ python-Bugs-1472173 ] interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian

SourceForge.net noreply at sourceforge.net
Mon Apr 24 00:49:38 CEST 2006


Bugs item #1472173, was opened at 2006-04-18 11:20
Message generated for change (Comment added) made by twouters
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: Closed
>Resolution: Fixed
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: Thomas Wouters (twouters)
Date: 2006-04-24 00:49

Message:
Logged In: YES 
user_id=34209

Closing as fixed then :)



----------------------------------------------------------------------

Comment By: kxroberto (kxroberto)
Date: 2006-04-19 11:11

Message:
Logged In: YES 
user_id=972995

oops, is ok after:

apt-get install libreadline5-dev


----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-04-19 06: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 11: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