Re: [Pythonmac-SIG] py2app creating semi_standalone instead of standalone app

2009-08-05 Thread Dave Peterson
Brendan Simon (eTRIX) wrote: Maybe it has something to do with this statement in the py2app website. If the --semi-standalone option is used (forced if a vendor Python is being used), then the not_stdlib_filter will be automatically added to ensure that the Python standard library is

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 76, Issue 4

2009-08-05 Thread Christopher Barker
Brendan Simon (eTRIX) wrote: If you want to create a standalone app, you must install a standard python (and the necessary modules), as you can't distribute Apple's. Really ?!? I think you may be serious !!! Well, it's certainly true that py2app is designed that way. In any case, if you wa

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 76, Issue 4

2009-08-05 Thread Brendan Simon (eTRIX)
> Subject: > Re: [Pythonmac-SIG] py2app creating semi_standalone instead of > standalone app > From: > Henning Hraban Ramm > Date: > Wed, 5 Aug 2009 09:37:51 +0200 > To: > pythonmac-sig@python.org > > To: > pythonmac-sig@python.org > > > Am 2009-08-05 um 04:35 schrieb Brendan Simon (eTRIX): > >>

Re: [Pythonmac-SIG] py2app creating semi_standalone instead of standalone app

2009-08-05 Thread Henning Hraban Ramm
Am 2009-08-05 um 04:35 schrieb Brendan Simon (eTRIX): Maybe it has something to do with this statement in the py2app website. If the --semi-standalone option is used (forced if a vendor Python is being used), then the not_stdlib_filter will be automatically added to ensure that the P