Re: [Pythonmac-SIG] non-framework Python 2.5.2 has empty lib-dynload

2008-04-24 Thread skip
CHB> [EMAIL PROTECTED] wrote: >> make altinstall CHB> maybe that's it -- I think the OP was running "install" rather than CHB> "altinstall". What is altinstall supposed to do differently? Nah... The install target depends on the altinstall target. All it does beyond that is cre

Re: [Pythonmac-SIG] non-framework Python 2.5.2 has empty lib-dynload

2008-04-24 Thread Christopher Barker
[EMAIL PROTECTED] wrote: make altinstall maybe that's it -- I think the OP was running "install" rather than "altinstall". What is altinstall supposed to do differently? -CHB -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-69

Re: [Pythonmac-SIG] non-framework Python 2.5.2 has empty lib-dynload

2008-04-24 Thread skip
Gary> ./configure --prefix=/Users/gary/opt/py25 LDFLAGS=-L/opt/local/lib Gary> OPT=-I/opt/local/include Gary> make Gary> make install Gary> (The LDFLAGS and OPT are there to get readline and zlib from Darwin Gary> Ports in the Python.) Gary> I got some warnings ab

Re: [Pythonmac-SIG] non-framework Python 2.5.2 has empty lib-dynload

2008-04-24 Thread Gary Poster
On Apr 24, 2008, at 10:56 AM, Ronald Oussoren wrote: On 24 Apr, 2008, at 14:40, Gary Poster wrote: Hi. I'm assuming this is a python-on-mac oddity, but maybe I'm wrong. There's probably something wrong with your environment, although I don't know what that could be, as you've already ex

Re: [Pythonmac-SIG] non-framework Python 2.5.2 has empty lib-dynload

2008-04-24 Thread Ronald Oussoren
On 24 Apr, 2008, at 14:40, Gary Poster wrote: Hi. I'm assuming this is a python-on-mac oddity, but maybe I'm wrong. There's probably something wrong with your environment, although I don't know what that could be, as you've already excluded the most likely problems in your next message.

Re: [Pythonmac-SIG] non-framework Python 2.5.2 has empty lib-dynload

2008-04-24 Thread Gary Poster
More notes on this. (1) --disable-toolbox-glue did not help: ./configure --prefix=/Users/gary/opt/py25 LDFLAGS=-L/opt/local/lib OPT=-I/opt/local/include --disable-toolbox-glue (...this then led to the same problem I reported before, eventually). (2) Looking at the ``make install`` output,