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

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

2011-11-10 Thread Armando Serrano Lombillo
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 program works fine on some computers, gives an annoying warning in others (but otherwise keeps working and plots things ok) or gives an error (and no plot

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

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