Python2.7 on OSX

Shashwat Anand anand.shashwat at gmail.com
Sat Sep 25 15:05:33 EDT 2010


On Sun, Sep 26, 2010 at 12:32 AM, Jonas Galvez <jonas at codeazur.com.br>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,
>

Is readline module installed in yours ?
try 'import readline' to check.


>
> -- Jonas
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>


-- 
~l0nwlf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100926/9ab7cbaf/attachment-0001.html>


More information about the Python-list mailing list