Re: Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-26 Thread Julien
On Mar 25, 6:35 pm, Ned Deily wrote: > In article > , >  Benjamin Kaplan wrote: > > > As I stated above, py-readline is for if you're using Macports, which > > is a package manager for Mac OS X. > > ... in which case you probably want: > >    sudo port install py-readline > > > If you installed P

Re: Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-25 Thread Ned Deily
In article , Benjamin Kaplan wrote: > As I stated above, py-readline is for if you're using Macports, which > is a package manager for Mac OS X. ... in which case you probably want: sudo port install py-readline > If you installed Python through > some other means, I'm not sure why you don

Re: Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-25 Thread Benjamin Kaplan
On Fri, Mar 25, 2011 at 2:25 AM, Julien wrote: > On Mar 22, 5:37 pm, Benjamin Kaplan wrote: >> On Tue, Mar 22, 2011 at 2:27 AM, Julien wrote: >> > Hi, >> >> > I'm having problems when typing the up/down arrows in the Python 2.4 >> > interpreter (exact version: Python 2.4.6 (#1, Mar  3 2011, 15:4

Re: Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-24 Thread Julien
On Mar 22, 5:37 pm, Benjamin Kaplan wrote: > On Tue, Mar 22, 2011 at 2:27 AM, Julien wrote: > > Hi, > > > I'm having problems when typing the up/down arrows in the Python 2.4 > > interpreter (exact version: Python 2.4.6 (#1, Mar  3 2011, 15:45:53) > > [GCC 4.2.1 (Apple Inc. build 5664)] on darwin

Re: Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-22 Thread Sridhar Ratnakumar
On Monday, March 21, 2011 at 11:37 PM, Benjamin Kaplan wrote: On Tue, Mar 22, 2011 at 2:27 AM, Julien wrote: > > Hi, > > > > I'm having problems when typing the up/down arrows in the Python 2.4 > > interpreter (exact version: Python 2.4.6 (#1, Mar 3 2011, 15:45:53) > > [GCC 4.2.1 (Apple Inc. buil

Re: Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-21 Thread Benjamin Kaplan
On Tue, Mar 22, 2011 at 2:27 AM, Julien wrote: > Hi, > > I'm having problems when typing the up/down arrows in the Python 2.4 > interpreter (exact version: Python 2.4.6 (#1, Mar  3 2011, 15:45:53) > [GCC 4.2.1 (Apple Inc. build 5664)] on darwin). > > When I press the up arrow it outputs "^[[A" and

Problem with keyboard up/down arrows in Python 2.4 interpreter

2011-03-21 Thread Julien
Hi, I'm having problems when typing the up/down arrows in the Python 2.4 interpreter (exact version: Python 2.4.6 (#1, Mar 3 2011, 15:45:53) [GCC 4.2.1 (Apple Inc. build 5664)] on darwin). When I press the up arrow it outputs "^[[A" and when I press the down arrow it outputs "^[[B". I've google