Re: [Pythonmac-SIG] PyCon..

2012-03-10 Thread Ned Deily
In article <20120311020302.ga31...@illinois.edu>, Nicholas Riley wrote: > On Sat, Mar 10, 2012 at 04:56:26PM -0800, Ronald Oussoren wrote: > > On 10 Mar, 2012, at 15:05, Chris Barker wrote: > > > On Tue, Feb 14, 2012 at 7:23 AM, Ned Deily wrote: > > >> I'm planning to sprint through Thursday.

Re: [Pythonmac-SIG] PyCon..

2012-03-10 Thread Nicholas Riley
On Sat, Mar 10, 2012 at 04:56:26PM -0800, Ronald Oussoren wrote: > > On 10 Mar, 2012, at 15:05, Chris Barker wrote: > > > On Tue, Feb 14, 2012 at 7:23 AM, Ned Deily wrote: > > > >> I'm planning to sprint through Thursday. I've added a > Mac OS X Support > >> project to the PyCon sprint page.

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

2012-03-10 Thread Ronald Oussoren
On 10 Mar, 2012, at 15:02, Chris Barker wrote: >> 2) I tweaked the matplotlib recipe in py2app, it no >> longer copies the entire package but adds a hook to >> tell matplotlib where its data is. This solution is not fully >> complete yet, I'm currently including mpl-data twice >> (once in Resourc

Re: [Pythonmac-SIG] PyCon..

2012-03-10 Thread Ronald Oussoren
On 10 Mar, 2012, at 15:05, Chris Barker wrote: > On Tue, Feb 14, 2012 at 7:23 AM, Ned Deily wrote: > >> I'm planning to sprint through Thursday. I've added a > Mac OS X Support >> project to the PyCon sprint page. Feel free to add topics and add >> yourself. Hope to see you all there! > >

Re: [Pythonmac-SIG] PyCon..

2012-03-10 Thread Chris Barker
On Tue, Feb 14, 2012 at 7:23 AM, Ned Deily wrote: > I'm planning to sprint through Thursday.   I've added a > Mac OS X Support > project to the PyCon sprint page.  Feel free to add topics and add > yourself.  Hope to see you all there! I"ve seen neither you nor Ronald yet... I'm here(there) Mon

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

2012-03-10 Thread Chris Barker
On Fri, Mar 9, 2012 at 7:22 AM, Ronald Oussoren > Py2app will never be able to do everything, but I'd prefer to get closer than > we're currently. A laudable goal, for sure -- and we much appreciate your work on py2app. > Are there things you have to do every time that could > (easily) be expres

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

2012-03-10 Thread Ronald Oussoren
On 9 Mar, 2012, at 16:33, Ronald Oussoren wrote: > > On 9 Mar, 2012, at 10:55, Carlos Grohmann wrote: > >> I think that if the 'excludes' weren't overwritten by the >> wx/numpy/matplotlib/etc recipes, it would be easier to fine-tune our >> options (maybe run the recipes first and aftrer run the

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

2012-03-10 Thread Ronald Oussoren
On 10 Mar, 2012, at 8:47, Ronald Oussoren wrote: > With this the application bundle already shrinks a little (curently 123 > MByte, before I started it was about 160 MByte). About 70 Mbyte of this is wx > itself (the wxWidgets library and wxPython extensions). Another 21 MByte is > because all