Re: [Pythonmac-SIG] shrink app bundle size (removing unused stuff)?

2012-03-14 Thread Ronald Oussoren
Py2app does indeed see all backends and therefore copies basicly every GUI library it can find into your bundle. Note that the recipe lines in the output don't necessarily mean anything, py2app prints something when it calls a recipe. Ronald Sent from my iPhone On 14 mrt. 2012, at 14:55, Ch

Re: [Pythonmac-SIG] shrink app bundle size (removing unused stuff)?

2012-03-14 Thread Chris Barker
On Wed, Mar 14, 2012 at 2:24 PM, Carlos Grohmann wrote: > I don't use sip at all. don't know why it's been used by py2app. one guess -- there is an optional QT back-end to matplotlib -- is py2app picking that up (It may drag in TK and even GTK, too). MIght be worth taking a look. -Chris > C

Re: [Pythonmac-SIG] shrink app bundle size (removing unused stuff)?

2012-03-14 Thread Chris Barker
Nothing to do with your issue (I don't think) but: On Tue, Mar 13, 2012 at 5:17 PM, Carlos Grohmann > *** using recipe: virtualenv *** > *** using recipe: sip *** > *** using recipe: matplotlib *** > *** using recipe: numpy *** > *** using recipe: wx *** recipe sip is usually used for PyQT (as s