diff options
author | A.M. Kuchling <amk@amk.ca> | 2008-03-05 14:42:58 -0500 |
---|---|---|
committer | A.M. Kuchling <amk@amk.ca> | 2008-03-05 14:42:58 -0500 |
commit | 68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2 (patch) | |
tree | 5889378ec745d8bbef1e03ea4d1b767e010f3c3d /README | |
parent | b8b3066f8fbe8345a012e990d7008d473b287cd3 (diff) | |
download | mailman2-68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2.tar.gz mailman2-68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2.tar.xz mailman2-68aea0e067567f0ca5c021a2ab1ea2c1e837b2f2.zip |
According to http://wiki.list.org/display/DOC/Installation+requirements, Mailman no longer works with Python 2.1 or 2.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,14 +29,14 @@ INTRODUCTION http://www.gnu.org/software/mailman http://mailman.sf.net - Mailman 2.1 requires Python 2.1.3 or greater, which can be downloaded from: + Mailman 2.1 requires Python 2.3 or greater, which can be downloaded from: http://www.python.org It is recommended that you use Python 2.5.2, the latest release as of this writing (26-Feb-2008). - Mailman 2.1 is not compatible with Python 2.0 or any earlier + Mailman 2.1 is not compatible with Python 2.2 or any earlier version. You will also need an ANSI C compiler to build both Python and Mailman; |