Re: [Matplotlib-users] MPL, py2exe and fonts

2008-05-07 Thread Chris Barker
Michael Droettboom wrote: > Chris Barker wrote: >> I'm successfully getting all the MPL data files into spy2exe with: >> >> DATA_FILES = matplotlib.get_py2exe_datafiles() >> >> The problem is that that dumps a LOT of stuff, and I don't need most >> of it. > The default text font is Vera.ttf. (If

Re: [Matplotlib-users] MPL, py2exe and fonts

2008-05-07 Thread Michael Droettboom
Chris Barker wrote: > Hi all, > > I'm successfully getting all the MPL data files into spy2exe with: > > DATA_FILES = matplotlib.get_py2exe_datafiles() > > The problem is that that dumps a LOT of stuff, and I don't need most of > it. I've already added to my script a few lines that delete the "ima

[Matplotlib-users] MPL, py2exe and fonts

2008-05-06 Thread Chris Barker
Hi all, I'm successfully getting all the MPL data files into spy2exe with: DATA_FILES = matplotlib.get_py2exe_datafiles() The problem is that that dumps a LOT of stuff, and I don't need most of it. I've already added to my script a few lines that delete the "images" dir, but I'd like to trim d