Re: [Pythonmac-SIG] OSX10.6/readline-6.1/python-2.6.5

2010-05-25 Thread Chris Kees
Thanks for explaining the situation with readline. As you suspected, what was happening is that an older version of readline was installed in /usr/local/lib that I had forgotten about. The GNU readline I had built as a 2-way 32/64-bit and installed into ${MY_PREFIX} wasn't getting linked in. Aft

Re: [Pythonmac-SIG] OSX10.6/readline-6.1/python-2.6.5

2010-05-25 Thread Zvezdan Petkovic
On May 25, 2010, at 2:40 PM, Charles Turner wrote: > On May 25, 2010, at 10:25 AM, Chris Kees wrote: > >> I'm compiling python and readline from source and getting a segmentation >> fault in readline > > This approach worked for me: > >

Re: [Pythonmac-SIG] OSX10.6/readline-6.1/python-2.6.5

2010-05-25 Thread Charles Turner
On May 25, 2010, at 10:25 AM, Chris Kees wrote: > I'm compiling python and readline from source and getting a segmentation > fault in readline This approach worked for me: I believe there's a test or two that fails,

Re: [Pythonmac-SIG] OSX10.6/readline-6.1/python-2.6.5

2010-05-25 Thread Zvezdan Petkovic
On May 25, 2010, at 10:25 AM, Chris Kees wrote: > Hi, > > I'm compiling python and readline from source and getting a segmentation > fault in readline after two lines of input. Anybody seen this before or know > the fix? Summary of the problem follows. > > % python > Python 2.6.5 (r265:3362, M

[Pythonmac-SIG] OSX10.6/readline-6.1/python-2.6.5

2010-05-25 Thread Chris Kees
Hi, I'm compiling python and readline from source and getting a segmentation fault in readline after two lines of input. Anybody seen this before or know the fix? Summary of the problem follows. % python Python 2.6.5 (r265:3362, May 25 2010, 09:06:56) [GCC 4.2.1 (Apple Inc. build 5659)] on darwin