Re: Python2.7 on OSX

2010-09-26 Thread Jonas Galvez
Bingo, that was it. Thanks! -- Jonas On Sat, Sep 25, 2010 at 4:05 PM, Shashwat Anand wrote: > > > On Sun, Sep 26, 2010 at 12:32 AM, Jonas Galvez wrote: > >> Just installed Python2.7 on my OSX Leopard with make altinstall. >> >> No missing dependencies, but I have one annoying problem: the delete

Re: Python2.7 on OSX

2010-09-25 Thread Shashwat Anand
On Sun, Sep 26, 2010 at 12:32 AM, Jonas Galvez wrote: > Just installed Python2.7 on my OSX Leopard with make altinstall. > > No missing dependencies, but I have one annoying problem: the delete key > prints '^H' on the Python shell. > > Does anyone know how to fix that? > > Thanks in advance, > I