[Pythonmac-SIG] py2app standalone options (original) (raw)

Bob Ippolito bob at redivi.com
Thu Dec 16 21:20:18 CET 2004


On Dec 16, 2004, at 3:07 PM, Chris Barker wrote:

Bob Ippolito wrote:

Rare enough that I can't justify writing the code and adding yet another option. That, of course, is your judgment. However, I'm not sure it's a rare as you think. I, for one, want to be able to distribute apps to folks whose environment I have control over, so I know that they will have all the packages installed that my apps need, so I want them to just get the app-specific code.

If you want to write and maintain that functionality, patches accepted.

I haven't had a chance to try it yet, but it sounds like py2app does have a way to exclude specified packages, so I could just make a point of excluding wxPython, Numeric, PIL, MyPersonalPackage, etc, and I'd get what I want. Is that the case?

Yes, the --excludes option does exactly that.

-bob



More information about the Pythonmac-SIG mailing list