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
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
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