[Pythonmac-SIG] Size of (Universal) Py2app apps?
Zachery Bir
zbir at urbanape.com
Fri Apr 21 13:13:54 CEST 2006
On Apr 20, 2006, at 11:22 PM, Ryan Wilcox wrote:
> Hi all,
>
> I recently converted my pyobjc application to Universal Python 2.4,
> and the size came out to 7.4MB.
>
> Does this sound reasonable to everybody in size, or is there
> something in my setup.py that I need to change/add now that I'm
> building universal?
It's reasonable. Moving to 2.4 means, you're bundling your own Python
runtime, now. Before, you could reasonably get away with only the
modules needed to run with Apple's built-in runtime.
Zac
More information about the Pythonmac-SIG
mailing list