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

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to