Re: [Pythonmac-SIG] py2app -> .app size is too big

2011-02-16 Thread Christopher Barker
On 2/16/11 8:46 AM, Aahz wrote: On Wed, Feb 16, 2011, Prashant Saxena wrote: After installing py2app using "python setup.py install", I created an .app of default wxpython's example name "superdoodle". The resulting superdoodle.app is around 48.5 MB. wxpython by itself probably accounts for

Re: [Pythonmac-SIG] py2app -> .app size is too big

2011-02-16 Thread Aahz
On Wed, Feb 16, 2011, Prashant Saxena wrote: > > Leopard 10.5.5 Intel > XCode 3.1.4 > Python 2.6.6 universal > wxpython 2.8.11.0 universal > > After installing py2app using "python setup.py install", I created an .app of > default wxpython's example name "supperdoodle". > The resulting superdoodl

Re: [Pythonmac-SIG] py2app -> .app size is too big

2011-02-16 Thread Henning Hraban Ramm
Am 2011-02-16 um 14:19 schrieb Prashant Saxena: After installing py2app using "python setup.py install", I created an .app of default wxpython's example name "supperdoodle". The resulting superdoodle.app is around 48.5 MB. Am I missing something in setup.py or this is normal size for wxpyth

Re: [Pythonmac-SIG] py2app -> .app size is too big

2011-02-16 Thread Chris Weisiger
Sounds about right. Remember that your app also includes the Python interpreter and a whole bunch of support libraries. Even simple apps are not very small. One of the prices you pay for using Python. -Chris On Wed, Feb 16, 2011 at 5:19 AM, Prashant Saxena wrote: > Hi, > > Leopard 10.5.5 Intel >

[Pythonmac-SIG] py2app -> .app size is too big

2011-02-16 Thread Prashant Saxena
Hi, Leopard 10.5.5 Intel XCode 3.1.4 Python 2.6.6 universal wxpython 2.8.11.0 universal After installing py2app using "python setup.py install", I created an .app of default wxpython's example name "supperdoodle". The resulting superdoodle.app is around 48.5 MB. Am I missing something in setup.