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

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

2006-05-23 Thread Kent Quirk
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. We have a Python application with a number of C++ extension modules, some of which dynamically load other C++ modules, all of which reference additional C++ frameworks we've bui