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

Bob Ippolito bob at redivi.com
Wed May 4 18:20:31 CEST 2005


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
> command-line jiggling to get the Framework build instead of the
> vanilla Unix variety.

Where "a lot of command-line jiggling" means typing:

./configure --enable-framework && make && sudo make frameworkinstall

instead of:

./configure && make && sudo make install

-bob



More information about the Pythonmac-SIG mailing list