Re: [Matplotlib-users] error on build on windows from SVN

2007-09-25 Thread Michael Droettboom
You didn't mention which compiler you were trying to use. It looks like it can't find the Microsoft compiler. If you have it installed, perhaps it's installed in a non-standard location...? It should be theoretically possible to use the free Microsoft compiler, but I have no experience with

Re: [Matplotlib-users] error on build on windows from SVN

2007-09-25 Thread Charlie Moad
The error message states that you must be using VS2003. Python is compiled with this, so all extensions must also be compiled with it. If you don't have a copy of VS2003 your best bet is to just use cygwin/mingw. - Charlie On 9/25/07, Michael Droettboom [EMAIL PROTECTED] wrote: You didn't

Re: [Matplotlib-users] latex labels on saved plots

2007-09-25 Thread Ryan Krauss
usetex=true IS supported for eps. I use epstopdf to get pdf's from there. Ryan On 9/21/07, Jordan Atlas [EMAIL PROTECTED] wrote: Do you have ghostscript installed? If you set verbose.level to debug or debug-annoying, what do you get? I realized that the ghostscript path wasn't set up