On 7/7/06, Fernando Perez <[EMAIL PROTECTED]> wrote: > Don't worry about me: I'll fix the mpl sources myself, that's easy > enough as a workaround. But you may want to take care of this before > the new release is out, which John mentioned this morning as coming > soon.
I got it to work by changing in texmanager.py, line 203, from: command = 'latex -interaction=nonstopmode -output-directory="%s" \ "%s" > "%s"'%(self.texcache, texfile, outfile) to: command = 'cd "%s" && latex -interaction=nonstopmode "%s" > "%s"' % \ (self.texcache,texfile, outfile) This will work with any version of latex. Cheers, f Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users