Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-25 Thread Lie Ryan
On Wed, 2009-02-25 at 22:23 -0700, Eric Dorsey wrote: > Thanks for all your continued insights on this. I'm going to > investigate the .configure log, as well as look around at other > readline packages.. But, noob question, did you just go into something > like synaptic to find out what readline t

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-25 Thread Eric Dorsey
Thanks for all your continued insights on this. I'm going to investigate the .configure log, as well as look around at other readline packages.. But, noob question, did you just go into something like synaptic to find out what readline type packages are installed? (Sorry if this is annoying anyone

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-25 Thread Lie Ryan
On Thu, 19 Feb 2009 09:27:34 +0300, زياد بن عبدالعزيز الباتلي wrote: > On Wed, 18 Feb 2009 20:19:56 -0700 > Eric Dorsey wrote: >> I did an aptitute install of ibreadline5-dev and then did ./configure >> and make again, and still don't have any functionality to be able to >>

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-25 Thread Thorsten Kampe
* Eric Dorsey (Thu, 19 Feb 2009 12:24:07 -0700) > Still doesnt work.. I just get this when I hit the up arrow:>>> ^[[A > > Bah. It works in the 2.5 version that came packaged with it. Thanks for > trying :) There's a log for the ./configure. See if the configure script can find readline. Thorst

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-19 Thread Roel Schroeven
Robert Berman schreef: > Eric, > > I am running under Ubuntu 8.10. > > If I use IDLE the up arrow key gives me nothing at all. It does work > using iPython which for most testing of ideas and code snippets has > replaced IDLE. FYI, in Idle the keys for going back and forth in the history are Alt

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-19 Thread Robert Berman
Eric, I am running under Ubuntu 8.10. If I use IDLE the up arrow key gives me nothing at all. It does work using iPython which for most testing of ideas and code snippets has replaced IDLE. My GUI of choice is WING-personal which cost  $30.00 and is by far the best investment I have made f

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-19 Thread Eric Dorsey
Still doesnt work.. I just get this when I hit the up arrow:>>> ^[[A Bah. It works in the 2.5 version that came packaged with it. Thanks for trying :) On Wed, Feb 18, 2009 at 11:27 PM, زياد بن عبدالعزيز الباتلي < ziyad.alba...@gmail.com> wrote: > On Wed, 18 Feb 2009 20:19:5

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-18 Thread Genevi�ve DIAGORN
Bonjour, Je suis absente jusqu'au 22/02/09 inclus. Cordialement. Geneviève ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-18 Thread زياد بن عبدالعزيز البا تلي
On Wed, 18 Feb 2009 20:19:56 -0700 Eric Dorsey wrote: > I did an aptitute install of ibreadline5-dev and then > did ./configure and make again, and still don't have any > functionality to be able to hit up-arrow and get a command repeated > while inside the interpreter. Any ideas? > > I don't k

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-18 Thread Eric Dorsey
I did an aptitute install of ibreadline5-dev and then did ./configure and make again, and still don't have any functionality to be able to hit up-arrow and get a command repeated while inside the interpreter. Any ideas? On Tue, Feb 17, 2009 at 7:24 PM, Lie Ryan wrote: > On Mon, 16 Feb 2009 22:

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-17 Thread Lie Ryan
On Mon, 16 Feb 2009 22:34:23 -0700, Eric Dorsey wrote: > Greetings Tutor: > I've managed to install Python 2.6 on my Ubuntu VM from source, however, > it looks as though I missed something important along the way. My 2.6 > interpreter does not have readline support (example: I cant hit up arrow >

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-17 Thread Genevi�ve DIAGORN
Bonjour, Je suis absente jusqu'au 22/02/09 inclus. Cordialement. Geneviève ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-17 Thread زياد بن عبدالعزيز البا تلي
On Mon, 16 Feb 2009 22:34:23 -0700 Eric Dorsey wrote: > Greetings Tutor: > I've managed to install Python 2.6 on my Ubuntu VM from source, > however, it looks as though I missed something important along the > way. My 2.6 interpreter does not have readline support (example: I > cant hit up arrow

Re: [Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-17 Thread spir
Le Mon, 16 Feb 2009 22:34:23 -0700, Eric Dorsey a écrit : > Greetings Tutor: > I've managed to install Python 2.6 on my Ubuntu VM from source, however, it > looks as though I missed something important along the way. My 2.6 > interpreter does not have readline support (example: I cant hit up arr

[Tutor] Add readline capabilities to a Python build 2.6 on Ubuntu

2009-02-16 Thread Eric Dorsey
Greetings Tutor: I've managed to install Python 2.6 on my Ubuntu VM from source, however, it looks as though I missed something important along the way. My 2.6 interpreter does not have readline support (example: I cant hit up arrow to repeat the last command) Is there a way to add this functionali