Am 24.11.2011 um 12:54 schrieb Reza Lahidji: > Stephan Witt <st.witt <at> gmx.net> writes: > >> >> Am 24.11.2011 um 10:22 schrieb Reza Lahidji: >> >>> All, >>> I'm trying to install Lyx2.0 on my (already) old Mac, side by side with my >>> previous 1.6 version. I carefully follow the installation instructions, but >>> nothing happens when I start Lyx. Any idea why? >> >> Please, verify if your problem is described here: >> http://www.lyx.org/trac/ticket/7832 >> There you'll find a link to download the Mac OS X 10.4 package. >> >> Please note, you have to install Python 2.4 or better somehow. >> >> If all fails you have to explain your steps more detailed. >> >> Regards, >> Stephan >> >> > > Many thanks Stephan. Your fix works... but it looks like the new version > doesn't > include or find some of the documents classes and modules I'm using. I get the > following messages: > > The selected document class > false > requires external files that are not available. > The document class can still be used, but the > document cannot be compiled until the following > prerequisites are installed: > report > See section 3.1.2.2 (Class Availability) of the > User's Guide for more information. > > And > > The module theorems-std has been requested by > this document but has not been found in the list of > available modules. If you recently installed it, you > probably need to reconfigure LyX. > > And then the same thing for another module (theorems-chap). > > I tried to reconfigure, but it doesn't work.
It will not know if your python interpreter is not at least version 2.4. To verify it you may open a terminal window and enter the command: $ python -V Python ???? Stephan
