Re: [Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Ronald Oussoren
On 23-mei-2006, at 18:08, Bob Ippolito wrote: > > On May 23, 2006, at 2:09 PM, Ronald Oussoren wrote: > >> >> On 23-mei-2006, at 14:56, Kent Quirk wrote: >> >>> This is a patch and explanation (written by one of my co-workers) >>> related to a question I posted to this list on 5/10. >> >> It migh

Re: [Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Bob Ippolito
On May 23, 2006, at 2:09 PM, Ronald Oussoren wrote: > > On 23-mei-2006, at 14:56, Kent Quirk wrote: > >> This is a patch and explanation (written by one of my co-workers) >> related to a question I posted to this list on 5/10. > > It might be just me, but I don't really understand why py2app trie

Re: [Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Ronald Oussoren
On 23-mei-2006, at 14:56, Kent Quirk wrote: > This is a patch and explanation (written by one of my co-workers) > related to a question I posted to this list on 5/10. It might be just me, but I don't really understand why py2app tries to thin architectures in the first place. The only file it

Re: [Pythonmac-SIG] py2app corrupting libraries

2006-05-12 Thread Frank Niessink
Bob Ippolito: > On May 10, 2006, at 5:14 PM, Kent Quirk wrote: >> We’ve been shipping it for almost a year on PPC Macs using py2app >> to package things – so we know we have the py2app stuff >> approximately correct. We’ve been trying off and on to get a fat >> version of the app working. Al

Re: [Pythonmac-SIG] py2app corrupting libraries

2006-05-10 Thread Bob Ippolito
On May 10, 2006, at 5:14 PM, Kent Quirk wrote: > We have a large mixed Python and C++ application with about a dozen > frameworks which cross-reference one another. > > > > We’ve been shipping it for almost a year on PPC Macs using py2app > to package things – so we know we have the py2app st