Re: [Matplotlib-users] py2exe and matplotlib - Fonts: do I need them all?

2010-09-18 Thread Carlos Grohmann
Many thanks Ben! I went and removed all fonts but regular helvetica and vera, also I removed all but the .png files under images, and now my mpl-data is about 250 kb. cheers Carlos On Thu, Sep 16, 2010 at 21:39, Benjamin Root wrote: > On Thu, Sep 16, 2010 at 5:33 PM, Carlos Grohmann > wrote

Re: [Matplotlib-users] py2exe and matplotlib - Fonts: do I need them all?

2010-09-16 Thread Benjamin Root
On Thu, Sep 16, 2010 at 5:33 PM, Carlos Grohmann wrote: > Hello all, > > Is it OK to remove the fonts I don't use? (I use only sans-serif) By > Ok I mean not only from the practical poin tof view (that is, will the > app run?) but also from the _legal_ point of view (am I obliged to > distribute a

Re: [Matplotlib-users] py2exe and matplotlib - Fonts: do I need them all?

2010-09-16 Thread Christopher Barker
Carlos Grohmann wrote: > One thing that is still bothering me is the mpl_data directory that > holds about 3.5 Mb of fonts. yup - that's a lot. > Is it OK to remove the fonts I don't use? (I use only sans-serif) By > Ok I mean not only from the practical poin tof view (that is, will the > app run

Re: [Matplotlib-users] py2exe and matplotlib - Fonts: do I need them all?

2010-09-16 Thread C M
On Thu, Sep 16, 2010 at 6:33 PM, Carlos Grohmann wrote: > Hello all, > > I'm new to py2exe but I managed to create a binary executable of my > program. Now I'm experiencing on how to make the final size of the > binary smaller. > > I already managed to cut about 15Mb by removing calls to pyQt (I u

[Matplotlib-users] py2exe and matplotlib - Fonts: do I need them all?

2010-09-16 Thread Carlos Grohmann
Hello all, I'm new to py2exe but I managed to create a binary executable of my program. Now I'm experiencing on how to make the final size of the binary smaller. I already managed to cut about 15Mb by removing calls to pyQt (I use Wxpython) and also to scipy. One thing that is still bothering me