[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

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

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 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, 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, 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, > > 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 > >

[Pythonmac-SIG] Help with py2app-- not including PyQT?

2007-08-29 Thread Reuben Avery
Title: Help with py2app-- not including PyQT?  Hello Python folks.. Newbie question big time here.. Sorry!  But I would appreciate any tips I was trying to use py2app  to create a standalone of a Python app that uses PyQt.   It seems after packaging that the app can no longer find Qt: $ pyth

[Pythonmac-SIG] seg fault in intelOSX+python2.4

2007-08-29 Thread David Worrall
Hi all, I've been using PyTables (www.pytables.org) with python2.4 on intel Mac OSX 10.4.10 and I'm running into a seg. fault when generating a large hdf5 file. Almost certainly something to do with relationship between OS and python. Has anyone had a similar (memory leak?) experience? ___

Re: [Pythonmac-SIG] seg fault in intelOSX+python2.4

2007-08-29 Thread Ronald Oussoren
On 30 Aug, 2007, at 1:56, David Worrall wrote: > Hi all, > > I've been using PyTables (www.pytables.org) with python2.4 on intel > Mac OSX 10.4.10 > and I'm running into a seg. fault when generating a large hdf5 file. > > Almost certainly something to do with relationship between OS and > python.