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

Dave Peterson dpeterson at enthought.com
Wed Aug 5 18:00:44 CEST 2009


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 not included.
>
>
> My python is 2.5.4 from Python.org.  My freind's python is python 2.5.1
> (standard on Leopard from Apple).
> I presume my friends python is "a vendor Python" and thus
> semi-standalone is being forced.
>
> Still not sure what the correct fix is :(
>   

I don't have the code in front of me, but I put something like 
"semi_standalone = False" in my project's keyword options to force it 
not to be standalone.

-- Dave



More information about the Pythonmac-SIG mailing list