After installing mytek and lyx_1.6.0 on a windows XP, all the documents classes are unavailable.
I googled and did the following steps:
a) Make sure that the MiKTeX bin directory is on my system command path:
-> yes, I can launch latex from anywhere through a console.
b) Reconfigure Lyx by : Tools -> Reconfigure, then restart LyX:
-> no, things are not better
c) Check if for example the class "report" is available.
At a DOS prompt, run 'kpsewhich report.cls'
and kpsewhich returns:
C:\Program Files\MiKTeX 2.7\tex\latex\base\report.cls
-> ok the class is available
d) I checked my home directory, which is:
C:\Documents and Settings\me\Application Data\lyx16\
I deleted the entire directory 'lyx16'
Then I run the command:
C:\Program Files\Lyx16\python\python.exe C:\Program Files\Lyx16\Resources\configure.py
And get the following:
Code: Select all
configure: TeX engine needs windows-style paths in latex files
checking for DVI to DTL converter...
+checking for "dv2dt"... no
checking for a Latex2e program...
+checking for "latex"... yes
checking for a DVI postprocessing program...
+checking for "pplatex"... no
checking for pLaTeX, the Japanese LaTeX...
+checking for "platex"... yes
...
+checking for "lpr"... yes
checking LaTeX configuration... default values
+checking list of textclasses...
Layout file c:\Program Files\LyX16\Resources\layouts\manpage.layout has no \Decl
areXXClass line.
done
+checking list of modules...
c:\Program Files\LyX16\Resources\layouts\braille.module
c:\Program Files\LyX16\Resources\layouts\endnotes.module
c:\Program Files\LyX16\Resources\layouts\foottoend.module
c:\Program Files\LyX16\Resources\layouts\hanging.module
c:\Program Files\LyX16\Resources\layouts\linguistics.module
c:\Program Files\LyX16\Resources\layouts\logicalmkup.module
c:\Program Files\LyX16\Resources\layouts\minimalistic.module
c:\Program Files\LyX16\Resources\layouts\theorems-ams-extended.module
c:\Program Files\LyX16\Resources\layouts\theorems-ams.module
c:\Program Files\LyX16\Resources\layouts\theorems-chap.module
c:\Program Files\LyX16\Resources\layouts\theorems-sec.module
c:\Program Files\LyX16\Resources\layouts\theorems-starred.module
c:\Program Files\LyX16\Resources\layouts\theorems-std.module
done
-> things are not better. No class is available.
I am stuck and do not know what to do...

Thank you for helping.
Stephane