Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-05 Thread Gary Poster
On May 4, 2005, at 7:30 PM, Bob Ippolito wrote: > On May 4, 2005, at 7:15 PM, Gary Poster wrote: >> On May 4, 2005, at 3:29 PM, Bob Ippolito wrote: >>> I'm not really sure why you're trying not to build a framework >>> Python in the first place, there's no particularly good reason why >>> you'd w

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Bob Ippolito
On May 4, 2005, at 7:55 PM, David Reed wrote: > > On May 4, 2005, at 7:30 PM, Bob Ippolito wrote: > > >> As far as friends scaring you off.. I dunno, maybe they didn't know >> what they were doing when they tried it, or they were bitten by some >> problem that has been solved long since. The on

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread David Reed
On May 4, 2005, at 7:30 PM, Bob Ippolito wrote: As far as friends scaring you off.. I dunno, maybe they didn't know what they were doing when they tried it, or they were bitten by some problem that has been solved long since. The only "incompatibility" with framework builds is that stupid extensio

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Bob Ippolito
On May 4, 2005, at 7:15 PM, Gary Poster wrote: > > On May 4, 2005, at 3:29 PM, Bob Ippolito wrote: > >> I'm not really sure why you're trying not to build a framework >> Python in the first place, there's no particularly good reason why >> you'd want a non-framework Python around. >> > > I'm a Zo

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Gary Poster
On May 4, 2005, at 3:29 PM, Bob Ippolito wrote: ... > % cc --version > powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple > Computer, Inc. build 4061) ... If I were a more experienced Mac user, I'd probably blush: the problem was that I had assumed my Tiger upgrade would also autom

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Bob Ippolito
On May 4, 2005, at 2:15 PM, Gary Poster wrote: > On May 4, 2005, at 12:19 PM, Bob Ippolito wrote: > > >> On May 4, 2005, at 11:15 AM, Gary Poster wrote: >> >> >> >>> Hi. I found Bob Ippolito's TigerPython24Fix but that's only for a >>> framework Python 2.4.1--I need to build a non-Framework Pyth

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Gary Poster
On May 4, 2005, at 2:15 PM, Gary Poster wrote: > On May 4, 2005, at 12:19 PM, Bob Ippolito wrote: >> Building Python 2.4.1 *on* Tiger has no issues, because I fixed >> that before Python 2.4.1 was released. >> >> Python 2.4.1 built on Panther, and moved over to Tiger, *does* have >> issues, and th

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Gary Poster
On May 4, 2005, at 12:19 PM, Bob Ippolito wrote: > > On May 4, 2005, at 11:15 AM, Gary Poster wrote: > > >> Hi. I found Bob Ippolito's TigerPython24Fix but that's only for a >> framework Python 2.4.1--I need to build a non-Framework Python 2.4.1 >> from source. I guess if I were zen-ful about M

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Bob Ippolito
On May 4, 2005, at 12:04 PM, Craig Amundsen wrote: >> However, I suppose that a straight build >> from the Python sources will yield just what you want, it's probably >> the Framework build that requires special action. >> > > That is correct. I built 2.4 from source and had to do a bit of > comm

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Bob Ippolito
On May 4, 2005, at 11:15 AM, Gary Poster wrote: > Hi. I found Bob Ippolito's TigerPython24Fix but that's only for a > framework Python 2.4.1--I need to build a non-Framework Python 2.4.1 > from source. I guess if I were zen-ful about Mac packages I'd be > able to figure out the necessary change

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Craig Amundsen
Hi - > However, I suppose that a straight build > from the Python sources will yield just what you want, it's probably > the Framework build that requires special action. That is correct. I built 2.4 from source and had to do a bit of command-line jiggling to get the Framework build instead of th

Re: [Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread konrad . hinsen
On May 4, 2005, at 17:15, Gary Poster wrote: > Hi. I found Bob Ippolito's TigerPython24Fix but that's only for a > framework Python 2.4.1--I need to build a non-Framework Python 2.4.1 > from source. I guess if I were zen-ful about Mac packages I'd be > able to figure out the necessary changes fr

[Pythonmac-SIG] building non-Framework Python 2.4.1 on Tiger

2005-05-04 Thread Gary Poster
Hi. I found Bob Ippolito's TigerPython24Fix but that's only for a framework Python 2.4.1--I need to build a non-Framework Python 2.4.1 from source. I guess if I were zen-ful about Mac packages I'd be able to figure out the necessary changes from the download...but I'm not. Could anyone h