* INSTALL: Change required python version from 1.5.2 to 2.3

* INSTALL.scons: ditto
	* README: ditto
	* configure.ac: ditto


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14117 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-06-15 08:44:28 +00:00
parent d8d9db0879
commit 8caaf338c3
4 changed files with 7 additions and 7 deletions

View File

@ -114,7 +114,7 @@ The two following programs should be available at configuration time:
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
o Python 2.3 or newer installed to be able to import older LyX files
with the lyx2lyx script (this script is called automatically when
opening a file).

View File

@ -29,8 +29,8 @@ Prerequisites:
--------------
* Python:
Python >= 1.5.2 is required to run scons, but Python >= 2.2 is used by
lyx itself so the newer version is recommended. Python is widely
Python >= 1.5.2 is required to run scons, but Python >= 2.3 is used by
lyx itself so the newer version is needed. Python is widely
available on non-windows systems. Windows users can download and install
python from http://www.python.org.

2
README
View File

@ -32,7 +32,7 @@ What do I need to run LyX?
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.3 or later to convert old LyX files and for helper scripts
How does the LyX version scheme work?

View File

@ -48,7 +48,7 @@ fi
AC_CHECK_PROGS(M4, gm4 gnum4 m4, m4)
# Check for installed python
AM_PATH_PYTHON(1.5.2,, :)
AM_PATH_PYTHON(2.3,, :)
# Work around a problem in automake 1.4: when invoking install-strip,
# INSTALL_PROGRAM is changed to 'install -s', and since