Peter Kümmel wrote: > Joost Verburg 9: >> Maybe this be related to http://bugzilla.lyx.org/show_bug.cgi?id=2829 ? >> >> Joost >> >> > > When I remove all items in testclass.lst I also could not start lyx: > > C:\Programme\LyX14\bin>lyx.exe > LyXTextClassList::Read: no textclasses found! > > Maybe we should not immediately quit in this case, because then you > get not the chance to do a reconfigure by the gui. >
To solve this problem we could add a lyx-configure.bat, which runs the configure script before launching lyx. rename the attachment to .bat -- Peter Kümmel
:: remember patch to binary directory set LYX_BINARY_DIR=%cd% :: chage to the configure-file path cd %APPDATA% mkdir lyx1.4.x cd lyx1.4.x :: start the configure script %LYX_BINARY_DIR%\..\python\python.exe %LYX_BINARY_DIR%\..\Resources\configure.py :: cd back to the binary bat cd %LYX_BINARY_DIR% :: start lyx lyx.bat
