Hello Angus,
In Version 11 of the installer is still a bug:
When I go back to the previous install step, the folder appears with an
additional "\bin". E.g. I set the path to sh.exe as F:\LyXTest and it
appears as F:\LyXTest\bin when I go back. So I have to correct the path
if I want go to the next install step.
And another issue I mentioned some days ago:
If I have three times the same path for a .exe file (in my case for
python, perl, and sh), the installer prints them out three times for the
path_prefix altough it is set only once in lyxrc.defaults.
OK this is not a big problem but confuses the user.
regards Uwe
p.s. I just uploaded a corrected version of the LyXWinUtils to
http://wiki.lyx.org/uploads/Tools/LyXWinTest/LyXWinUtils.rar
Peter Kümmel helped me to find the Problem.
There is only one problem left now. Using the LyXWinUtils, I get the
following message in LyX's debug window when I update the view of a DVI:
-------------------------------------------
Converting from latex to dvi2
Running latex
lyx::sum() using istreambuf_iterator (fast)
lyx::sum() using istreambuf_iterator (fast)
Converting from dvi2 to dvi
Calling python "F:/LyXTest/LyX/Resources/lyx/scripts/clean_dvi.py"
"newfile1.dvi
" "tmpfile.out"
'import site' failed; use -v for traceback
renaming file
F:/LyXTest/LyX/Temp/lyx_tmpdir328a01220/lyx_tmpbuf0/tmpfile.out to
F:/LyXTest/LyX/Temp/lyx_tmpdir328a01220/lyx_tmpbuf0/newfile1.dvi
------------------------------------------
The update was successful but I don't like the message
'import site' failed; use -v for traceback
Export or view the file as pdf, dvi, and ps works without this message.
Do you have an idea?