[Pythonmac-SIG] py2app standalone options
Bob Ippolito
bob at redivi.com
Thu Dec 16 20:35:15 CET 2004
On Dec 16, 2004, at 2:14 PM, has wrote:
> Bob wrote:
>
>> [py2app] still does the dependency scan for third party python code
>> and dependent libraries/frameworks. If you want to depend on third
>> party stuff in site-packages, too bad, you'll have to exclude them
>> all individually and use --site-packages.
>
> Why?
Because I don't care about your use case. It's rare and is very often
not what people want. If you're distributing an application with some
particular package, like appscript, then just explicitly exclude
appscript and turn on --site-packages and it will effectively be
"without dependencies".
-bob
More information about the Pythonmac-SIG
mailing list