Part of the problem is that DOS doesnt allow the semicolon to delimit multiple 
commands. I made a little bit of progress by changing every 'cd "%s"; ...' 
to 'cd "%s" & ...'. At that point, dvipng starts complaining about the 
dvifile not existing. The frustrating part is that I can copy that exact 
command into a dos prompt and dvipng processes the dvi file just fine. I'm 
about ready to plead insanity.



On Monday 12 June 2006 08:55, Wolfgang wrote:
> I have Miktex running. But finally dvipng had problems with the path
> which included spaces.
>
> Wolfgang
>
> Ryan Krauss schrieb:
> > Which LaTeX distribution are you using on windows?  TexLive handles
> > paths much more poorly than MikTeX.
> >
> > On 6/12/06, Wolfgang <[EMAIL PROTECTED]> wrote:
> >> Finally I changed in matplotlib/__init__.py the evaluation of $HOME to a
> >> path without spaces because all files are transfered to
> >> $HOME.matplotlib/tex.cache/ instead of $TEMP
> >>
> >> I also had to change in texmanager.py some of the "%s" to %s
> >>
> >> I think someone with more experience in programming should check the
> >> path handling on windows (regarding to spaces in the path)
> >>
> >> I would also suggest that temporary files go into a path which is based
> >> on $TMP.
> >>
> >> Wolfgang
> >>
> >>
> >>
> >> _______________________________________________
> >> Matplotlib-users mailing list
> >> Matplotlib-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users

-- 
Darren S. Dale, Ph.D.
Cornell High Energy Synchrotron Source
Cornell University
200L Wilson Lab
Rt. 366 & Pine Tree Road
Ithaca, NY 14853

[EMAIL PROTECTED]
office: (607) 255-9894
fax: (607) 255-9001


_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to