Re: [Pythonmac-SIG] py2app annoyance

2010-01-26 Thread Ronald Oussoren
On 23 Jan, 2010, at 0:39, Christopher Barker wrote: > Hi all, > > I've often gotten errors like: > > > /usr/bin/strip: the __LINKEDIT segment does not cover the end of the file > (can't be processed) in: > /Users/cbarker/HAZMAT/MappingSVN/Maproom/trunk/dist/Maproom.app/Contents/Frameworks/GD

Re: [Pythonmac-SIG] py2app annoyance

2010-01-26 Thread Ronald Oussoren
On 25 Jan, 2010, at 19:52, Christopher Barker wrote: > Kevin Walzer wrote: >> py2app may be more powerful than BundleBuilder, but it is also a complex, >> fragile beast. It consists of several different packages, requiring both a) >> a deep understanding of OS X mach-o internals and how librari

Re: [Pythonmac-SIG] py2app annoyance

2010-01-26 Thread Kevin Walzer
On 1/25/10 1:52 PM, Christopher Barker wrote: Kevin Walzer wrote: py2app may be more powerful than BundleBuilder, but it is also a complex, fragile beast. It consists of several different packages, requiring both a) a deep understanding of OS X mach-o internals and how libraries/load paths/dyld

Re: [Pythonmac-SIG] py2app annoyance

2010-01-26 Thread Kevin Walzer
On 1/26/10 6:17 AM, Ronald Oussoren wrote: The codebase for py2app is incomprehensible at times, although that is partially caused by external contraints (distutils and the attempt to mirror py2exe's interface). It is all python code though and it should therefore be possible to clean it up

Re: [Pythonmac-SIG] py2app annoyance

2010-01-26 Thread Ronald Oussoren
On 26 Jan, 2010, at 15:57, Kevin Walzer wrote: > On 1/26/10 6:17 AM, Ronald Oussoren wrote: >> >> The codebase for py2app is incomprehensible at times, although that is >> partially caused by external contraints (distutils and the attempt to mirror >> py2exe's interface). It is all python cod

Re: [Pythonmac-SIG] py2app annoyance

2010-01-26 Thread Ronald Oussoren
On 26 Jan, 2010, at 15:45, Kevin Walzer wrote: > On 1/25/10 1:52 PM, Christopher Barker wrote: >> Kevin Walzer wrote: >>> py2app may be more powerful than BundleBuilder, but it is also a >>> complex, fragile beast. It consists of several different packages, >>> requiring both a) a deep understand