Re: [Matplotlib-users] mathtext and py2exe

2009-05-04 Thread Olivier Benoist
Hi, Could you send your setup. I'm not expert but I can check it. /olivier -Original Message- From: sordnay [mailto:sord...@gmail.com] Sent: jeudi 30 avril 2009 18:23 To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] mathtext and py2exe hello, I have writ

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread Michael Droettboom
The mathtext engine (by default at least) uses the Computer Modern fonts. Using a custom font, such as Tahoma, requires manual configuration. Mike sordnay wrote: > Thanks for the quick answer, > I cant check now, it's also the reason why i didn't post the exact error > code, > but the program

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread sordnay
Thanks for the quick answer, I cant check now, it's also the reason why i didn't post the exact error code, but the program is supposed to use only Tahoma ttf font which I included on the data files. Michael Droettboom-3 wrote: > > It sounds like it is not finding the appropriate fonts. Have

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread Michael Droettboom
It sounds like it is not finding the appropriate fonts. Have you tried installing (in C:\Windows\Fonts) all of the ttf files included with matplotlib? If that's not it, can you provide a complete traceback with the exact error message? Mike sordnay wrote: > hello, > I have written a program

[Matplotlib-users] mathtext and py2exe

2009-04-30 Thread sordnay
hello, I have written a program which uses matplotlib to plot some figures, it uses mathtext to add some special chars (basically just the square on acceleration units), and the program works just fine, but using py2exe to build a windows executable, it fails somewhere drawing that square symbol.