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

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 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 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 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 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-25 Thread Christopher Barker
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 bits are loaded; I'm a bit confused by this

Re: [Pythonmac-SIG] py2app annoyance

2010-01-22 Thread Adam Morris
> > http://wiki.python.org/moin/MacPython/BundleBuilder I've switched back to BundleBuilder, and it works fine. It takes a bit of trial and error to get everything wrapped up, but I've never understood why people bad-mouthed it so much. It's a single-script module, and reasonably easy to understa

Re: [Pythonmac-SIG] py2app annoyance

2010-01-22 Thread Kevin Walzer
On 1/22/10 8:06 PM, Charles Hartman wrote: Your mouth to gods' ears. How much I wish someone had both the expertise (not me that's for sure) and the time to take over what is after all *the only way for ordinary Mac-Python dopes like me to make a distributable application*! Isn't this bad f

Re: [Pythonmac-SIG] py2app annoyance

2010-01-22 Thread Charles Hartman
On Jan 22, 2010, at 6:39 PM, Christopher Barker wrote: > Is there a bug tracker for py2app that I could put this in? Your mouth to gods' ears. How much I wish someone had both the expertise (not me that's for sure) and the time to take over what is after all *the only way for ordinary Mac-Pyt

[Pythonmac-SIG] py2app annoyance

2010-01-22 Thread Christopher Barker
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/GDAL.framework/Versions/1.6/Programs/gdaltindex (for architecture ppc)