Mohsin Mohd Sies <[EMAIL PROTECTED]> writes:

> Executing command: python "C:/Program
> Files/LyX/Resources/lyx/scripts/clean_dvi.py" "newfile3.dvi" "tmpfile.out"
> 
> I wonder if cygwin's latex packages is conflicting with Miktex? (Newbie's
> suspicion)

Please, see this post:
http://article.gmane.org/gmane.editors.lyx.general/27299

Essentially, if you use the cygwin python, you have to put in
C:\Program Files\LyX\bin the following script (named python.bat)

--------8<--------8<--------8<--------8<--------
@echo off
python2.4 %1 %2 %2 %3 %4 %5 %6 %7 %8 %9
exit
--------8<--------8<--------8<--------8<--------

If you have a previous version of cygwin, you may instead have python2.3.
Check that and replace accordingly line 2 above.

--
Enrico


Reply via email to