Re: The Python interactive interpreter has no command history

2007-02-28 Thread ThomasC
On 2月16日, 上午1時14分, "Eduardo \"EdCrypt\" O. Padoan" <[EMAIL PROTECTED]> wrote: > > Hello, > > > How to configure Python2.5's interactive interpreter to get command > > history ? > > > I always got ^[[A and ^[[B . > > Are you using Ubuntu? The last comes with 2.4.x and 2.5. This only > occurs on 2.5.

Re: The Python interactive interpreter has no command history

2007-02-26 Thread skip
> I will try add readline library in my system. Thomas, Once you have it installed here's an example of how to use it for command history: http://www.webfast.com/~skip/python/completions.py Skip -- http://mail.python.org/mailman/listinfo/python-list

Re: The Python interactive interpreter has no command history

2007-02-26 Thread Paul Boddie
On 16 Feb, 11:40, Alan Franzoni <[EMAIL PROTECTED]> wrote: > Il Thu, 15 Feb 2007 15:14:00 -0200, Eduardo "EdCrypt" O. Padoan ha scritto: > > > Are you using Ubuntu? The last comes with 2.4.x and 2.5. This only > > occurs on 2.5. This happens when you compile Python with libreadline > > installed, A

Re: The Python interactive interpreter has no command history

2007-02-26 Thread ThomasC
Thank you a lot! I will try add readline library in my system. Thank you. On 2月16日, 上午1時13分, Laurent Rahuel <[EMAIL PROTECTED]> wrote: > Hi, > > You need to have readline installed. > > Laurent > > ThomasCwrote: -- http://mail.python.org/mailman/listinfo/python-list

Re: The Python interactive interpreter has no command history

2007-02-16 Thread Alan Franzoni
Il Thu, 15 Feb 2007 15:14:00 -0200, Eduardo "EdCrypt" O. Padoan ha scritto: > Are you using Ubuntu? The last comes with 2.4.x and 2.5. This only > occurs on 2.5. This happens when you compile Python with libreadline > installed, AFAIK. I'm on Edgy and command history works well both with 2.4 and

Re: The Python interactive interpreter has no command history

2007-02-15 Thread Laurent Rahuel
Hi, You need to have readline installed. Laurent ThomasC wrote: > Hello, > > How to configure Python2.5's interactive interpreter to get command > history ? > > I always got ^[[A and ^[[B . > > Thank you !! > > Thomas# -- http://mail.python.org/mailman/listinfo/python-list

Re: The Python interactive interpreter has no command history

2007-02-15 Thread Eduardo \"EdCrypt\" O. Padoan
> Hello, > > How to configure Python2.5's interactive interpreter to get command > history ? > > I always got ^[[A and ^[[B . > Are you using Ubuntu? The last comes with 2.4.x and 2.5. This only occurs on 2.5. This happens when you compile Python with libreadline installed, AFAIK. FIll a bug in th

The Python interactive interpreter has no command history

2007-02-15 Thread ThomasC
Hello, How to configure Python2.5's interactive interpreter to get command history ? I always got ^[[A and ^[[B . Thank you !! Thomas# -- http://mail.python.org/mailman/listinfo/python-list