Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Bob Ippolito
On 8/29/07, Tobias Rodäbel <[EMAIL PROTECTED]> wrote: > Hi, > > On 08/29/2007 at 18:39, Bob Ippolito wrote: > > > > That patch doesn't apply for me, I think it got line wrapped or > > something along the way. Can you send it as an attachment or post it > > somewhere and send a URL? > > > > -bob > >

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Tobias Rodäbel
Hi, On 08/29/2007 at 18:39, Bob Ippolito wrote: That patch doesn't apply for me, I think it got line wrapped or something along the way. Can you send it as an attachment or post it somewhere and send a URL? -bob Attached it as gzipped patch-file. build_app.py.patch.gz Description: GNU Zip

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Bob Ippolito
On 8/29/07, Tobias Rodäbel <[EMAIL PROTECTED]> wrote: > Hi Bob, > > On 08/29/2007 at 17:36, Bob Ippolito wrote: > > > That's right, it does things the way py2exe does. It looks like the > > patch might break the way it works now? If it was just an alternative > > method then it could be applied, bu

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Tobias Rodäbel
Hi Bob, On 08/29/2007 at 17:36, Bob Ippolito wrote: > That's right, it does things the way py2exe does. It looks like the > patch might break the way it works now? If it was just an alternative > method then it could be applied, but if it's not backwards compatible > then it definitely will not b

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Bob Ippolito
On 8/29/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On Wednesday, August 29, 2007, at 01:40PM, "Tobias Rodäbel" <[EMAIL > PROTECTED]> wrote: > >Hi Ronald, > > > >I was wondering why 'plugin' and 'app' are no py2app options? There > >is no other setup command needing them, I guess. I patched

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Ronald Oussoren
On Wednesday, August 29, 2007, at 01:40PM, "Tobias Rodäbel" <[EMAIL PROTECTED]> wrote: >Hi Ronald, > >I was wondering why 'plugin' and 'app' are no py2app options? There >is no other setup command needing them, I guess. I patched py2app/ >build_app.py, to have 'plugin' and 'app' as real py2ap

[Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Tobias Rodäbel
Hi Ronald, I was wondering why 'plugin' and 'app' are no py2app options? There is no other setup command needing them, I guess. I patched py2app/ build_app.py, to have 'plugin' and 'app' as real py2app-options. That gives the opportunity to define them through setup.cfg as well, they will b