Re: [Pythonmac-SIG] py2app build problems

2006-08-12 Thread William Kyngesburye
On Aug 11, 2006, at 9:34 PM, Bob Ippolito wrote: > On 8/11/06, William Kyngesburye <[EMAIL PROTECTED]> wrote: >> I have a setup.py I generated from py2applet which I've expanded to >> copy in all the shell scripts and binaries and support files needed >> for an application (py2app is just for the

Re: [Pythonmac-SIG] py2app build problems

2006-08-12 Thread Bob Ippolito
On 8/12/06, William Kyngesburye <[EMAIL PROTECTED]> wrote: > On Aug 11, 2006, at 9:34 PM, Bob Ippolito wrote: > > > On 8/11/06, William Kyngesburye <[EMAIL PROTECTED]> wrote: > >> I have a setup.py I generated from py2applet which I've expanded to > >> copy in all the shell scripts and binaries and

Re: [Pythonmac-SIG] py2app build problems

2006-08-12 Thread William Kyngesburye
On Aug 12, 2006, at 3:17 PM, Bob Ippolito wrote: > It shouldn't ever make two copies. It doesn't work because it's not > tested against umbrella-style frameworks because those are rarely seen > in third party frameworks (and Apple's stuff is never included in an > app bundle). If you can contribut