Re: Python, readline and OS X

2007-02-02 Thread Mark Asbach
Hi James, hi Ron, Where have you installed libreadline? Is LD_LIBRARY_PATH pointing to the directory libreadline.dylib? Did you install libreadline with fink? If so, try setenv LD_LIBRARY_PATH /sw/lib That would probably make no difference since on Mac OS X that variable is called

Python, readline and OS X

2007-02-01 Thread Ron Garret
I have installed Python 2.5 on my new Intel Mac but I can't for the life of me get readline to work. I have libreadline installed, I've tried copying readline.so from my Python 2.3 installation into 2.5, I've searched the web, and no joy. Could someone please give me a clue? rg --

Re: Python, readline and OS X

2007-02-01 Thread James Stroud
Ron Garret wrote: I have installed Python 2.5 on my new Intel Mac but I can't for the life of me get readline to work. I have libreadline installed, I've tried copying readline.so from my Python 2.3 installation into 2.5, I've searched the web, and no joy. Could someone please give me a

Re: Python, readline and OS X

2007-02-01 Thread Irmen de Jong
Ron Garret wrote: I have installed Python 2.5 on my new Intel Mac but I can't for the life of me get readline to work. I have libreadline installed, I've tried copying readline.so from my Python 2.3 installation into 2.5, I've searched the web, and no joy. Could someone please give me a

Re: Python, readline and OS X

2007-02-01 Thread Ron Garret
In article [EMAIL PROTECTED], Irmen de Jong [EMAIL PROTECTED] wrote: Ron Garret wrote: I have installed Python 2.5 on my new Intel Mac but I can't for the life of me get readline to work. I have libreadline installed, I've tried copying readline.so from my Python 2.3 installation into

Re: Python, readline and OS X

2007-02-01 Thread Ron Garret
In article [EMAIL PROTECTED], James Stroud [EMAIL PROTECTED] wrote: Ron Garret wrote: I have installed Python 2.5 on my new Intel Mac but I can't for the life of me get readline to work. I have libreadline installed, I've tried copying readline.so from my Python 2.3 installation into

Re: Python, readline and OS X

2007-02-01 Thread James Stroud
Ron Garret wrote: In article [EMAIL PROTECTED], James Stroud [EMAIL PROTECTED] wrote: Is LD_LIBRARY_PATH pointing to the directory libreadline.dylib? It wasn't, but changing it so it did didn't fix the problem. (I didn't try recompiling Python, just running it. I'll try rebuilding

Re: Python, readline and OS X

2007-02-01 Thread Ron Garret
In article [EMAIL PROTECTED], James Stroud [EMAIL PROTECTED] wrote: Ron Garret wrote: In article [EMAIL PROTECTED], James Stroud [EMAIL PROTECTED] wrote: Is LD_LIBRARY_PATH pointing to the directory libreadline.dylib? It wasn't, but changing it so it did didn't fix the problem.