Re: key binding with mac

2005-04-26 Thread Jim Sizelove
Eric Texier wrote: I am just starting to use python on the mac. How do I get backspace, the arrows up/down and all the control like ctrl-a to work nicely under the console. for now I am getting a bunch of ^? ^[[A when I use any tcsh type of control. thanks, I believe you need to install readline s

Re: key binding with mac

2005-04-25 Thread James Stroud
If I remember correctly, the Mac OS X python (circa OS X 10.3.2) had this "probelm". I'm not sure about the state of affairs now--I'm doing Linux only these days so I'm kind of out of touch with the Mac scene. I installed the one from fink (fink.sf.net) and used that. Well worth your time and yo

key binding with mac

2005-04-25 Thread Eric Texier
I am just starting to use python on the mac. How do I get backspace, the arrows up/down and all the control like ctrl-a to work nicely under the console. for now I am getting a bunch of ^? ^[[A when I use any tcsh type of control. thanks, -- http://mail.python.org/mailman/listinfo/python-list