]> git.lyx.org Git - lyx.git/commitdiff
Update the python requirements after r39553 and r39554. The subprocess module,
authorJulien Rioux <jrioux@lyx.org>
Mon, 29 Aug 2011 14:36:37 +0000 (14:36 +0000)
committerJulien Rioux <jrioux@lyx.org>
Mon, 29 Aug 2011 14:36:37 +0000 (14:36 +0000)
now used in configure.py, requires python >= 2.4. See the mailing list thread:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg170511.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39559 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL
INSTALL.scons
README

diff --git a/INSTALL b/INSTALL
index 10d5ae69f360204170cd62b2af927279df5132f3..1e003be75a22cde322a33e87880f15a590aa7f7d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -79,7 +79,9 @@ 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 Tools>Reconfigure.
 
-  o Python 2.3 or newer installed to be able to import older LyX files
+  o Python 2.4 or newer must be installed. Python is used for many
+    simple tasks that are executed by external scripts, such as the
+    automatic configuration step and the import of older LyX documents
     with the lyx2lyx script (this script is called automatically when
     opening a file). Python 3.0 or later is not supported.
 
index 561d23b6f8fea32067cbc74ed3d364a405b8ca14..0969efa7e4df3e61cb5215f07fefdc3de67b7bd1 100644 (file)
@@ -30,10 +30,10 @@ Prerequisites:
 --------------
 
 * Python:
-  Python >= 2.6.0 is required to run scons, but Python >= 2.3.4 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.
+  Python >= 2.6.0 is required to run scons, while LyX itself requires
+  Python >= 2.4.0 for scripts such as configure.py. Python is widely
+  available on non-windows systems. Windows users can download and
+  install python from http://www.python.org.
 
 * SCons:
   scons >= 1.1.0 is needed. You can either use a full system-wide scons
diff --git a/README b/README
index 645cee217e8e514f61a556fa7c8a97848fc03922..4901cad6319c536db1f07c5ce033b1986549101c 100644 (file)
--- a/README
+++ b/README
@@ -33,13 +33,9 @@ What do I need to run LyX?
     A decent LaTeX2e installation (e.g. TeX Live for Linux, MikTeX for
     Windows).
 
-    Python 2.3 or later to convert old LyX files and for helper scripts.
-    Note 1: Python 2.3.4 or later is required for exporting LyX files
-    to a pre-unicode format, as previous versions are affected by a bug
-    about the normalization of unicode strings.
-    Note 2: Python 2.4.0 or later is required for the clean_dvi.py script,
-    which, however, is only used on Windows, where at least Python 2.6.0
-    is anyway recommended.
+    Python 2.4 or later to convert old LyX files and for helper scripts.
+    Note 1: Python 2.4 or later is required due to the subprocess module.
+    Note 2: Python 2.6 or later is recommended on Windows.
     Note 3: Python 3.0 or later is not supported.
 
 How does the LyX version scheme work?