Re: [Matplotlib-users] Errors, warnings, fonts and py2exe

2012-08-30 Thread Jonno
Did you ever find the cause of this? I found that the get_py2exe_datafiles() method didn't find those fonts but even when I got the fonts manually I still had the same issue with matplotlib's Font Manager not being able to find them. On Thu, Nov 10, 2011 at 11:22 AM, Armando Serrano Lombillo < a

Re: [Matplotlib-users] Errors, warnings, fonts and py2exe

2011-11-10 Thread Armando Serrano Lombillo
I'm doing data_files += matplotlib.get_py2exe_datafiles(). By the way, the plot I'm trying to do is in log scale, so it is using superscripts (when I was searching the lists for an answer I saw some posts mentioning this had caused problems). Oh, and I'm using options={'py2exe':{'bundle_files':1,

Re: [Matplotlib-users] Errors, warnings, fonts and py2exe

2011-11-10 Thread Michael Droettboom
Did you include the fonts as described here? http://www.py2exe.org/index.cgi/MatPlotLib Mike On 11/10/2011 08:03 AM, Armando Serrano Lombillo wrote: Hello, I'm having a weird problem with matplotlib not finding fonts when being used from a py2exe packed program. The weird thing is that the p