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
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
> 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):
>
>>
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