On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: > > In the misc section at the end. You should document that we require > 2.2 now (in README and INSTALL).
Something like the following attached patch? We should also rework the test in configure.ac from # Check for installed python AM_PATH_PYTHON(1.5.2,, :) to AM_PATH_PYTHON(2.2.0,,) That is it should fail if python 2.2 is not present, since we require it in several places... Since we are late in the game I understand if we don't change the last part, but we should for further releases. > JMarc -- José Abílio
Index: status.14x =================================================================== --- status.14x (revision 15105) +++ status.14x (working copy) @@ -174,6 +174,8 @@ * Miscellaneous +- LyX requires now python 2.2 to work properly. + - Display LaTeX package checking results faster during configuration. - Log the output of configure.py to a log file configure.log. Index: INSTALL =================================================================== --- INSTALL (revision 15105) +++ INSTALL (working copy) @@ -114,9 +114,7 @@ as. Otherwise, LyX will not be able to run a number of tests. Note that users can run these tests manually with Edit>Reconfigure. - o Python 1.5.2 or newer installed to be able to import older LyX files - with the lyx2lyx script (this script is called automatically when - opening a file). + o Python 2.2 or newer installed. Creating the Makefile Index: README =================================================================== --- README (revision 15105) +++ README (working copy) @@ -32,7 +32,7 @@ A decent LaTeX2e installation (e.g. teTeX for unix) not older than 1995/12/01. - Python 1.5.2 or later to convert old LyX files + Python 2.2 or later How does the LyX version scheme work?