Re: [Pythonmac-SIG] machine architecture 32/64 with Python 2.6 on Snow Leopard?

2009-09-18 Thread emoy
On Sep 18, 2009, at 5:05 PM, Bill Janssen wrote: William Kyngesburye wrote: If you run the CLI 'uname -m' on any Intel Mac, it always has returned i386. So all it really means is 'Intel'. On Sep 18, 2009, at 5:53 PM, Bill Janssen wrote: I'm running /usr/bin/python on SL, and import p

Re: [Pythonmac-SIG] readline support for OS X Leopard

2007-10-26 Thread emoy
It right there in my original message (and in the python man page). You have to use EditLine syntax: readline.parse_and_bind ("bind ^I rl_complete") Ed On Oct 26, 2007, at 6:46 PM, Noah Gift wrote: I was just going to say the same thing. Getting this to work and then GVim, and I will be