On Jun 3, 2005, at 3:30 PM, has wrote:

> Bob Ippolito wrote:
>
>
>> There are three situations you should be concerned with:
>> 1. Python 2.3.0 on Mac OS X 10.3
>> 2. Python 2.3.5 on Mac OS X 10.4
>> 3. Python 2.4.x on either
>>
>> 1 and 2 can be dealt with by a single package, built on Mac OS X 10.3
>> with bdist_mpkg installed for Python 2.3.0
>>
>> 3 can be dealt with by a single package, built on Mac OS X 10.3 with
>> bdist_mpkg installed for Python 2.4.1.
>>
>
> I'd better point out - as much for Nick's benefit as anyone's -  
> that bdist_mpkg currently isn't suitable for building an appscript  
> installer as osaterminology's OSATerminology extension has to be  
> built on both OS 10.3 and 10.4 and the resulting pieces assembled  
> by hand.
>
> Though I think I could split osaterminology into three separate  
> packages, two to be built on 10.3 and the other on 10.4, to get  
> around that problem. If bdist_mpkg was used for that, would the  
> third installer, the one built on Tiger, also work correctly on  
> Panther?

Some packages when built on Mac OS X 10.4 will work on 10.3.  This is  
more likely if you're using gcc 3.3 (sudo gcc_switch 3.3 before  
building) rather than the default 4.0.  However, the only way to know  
is to do it and see if it works.

-bob

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

Reply via email to