Commit 21412d5f authored by Chris McDonough's avatar Chris McDonough

Python 2.2.3 and older are no longer acceptable versions of Python to use to...

Python 2.2.3 and older are no longer acceptable versions of Python to use to run Zope 2.7+, as the logging package was removed from Zope proper and Zope requires it to start up.  The logging package exists in Python 2.3 and better.
parent edfef192
#!/bin/sh #!/bin/sh
# Zope configure script # Zope configure script
# $Id: configure,v 1.19 2004/01/02 23:20:18 fdrake Exp $ # $Id: configure,v 1.20 2004/03/09 05:19:07 chrism Exp $
# $Revision: 1.19 $ # $Revision: 1.20 $
##################################################################### #####################################################################
# BEGIN EDITABLE PARAMETERS # # BEGIN EDITABLE PARAMETERS #
...@@ -19,7 +19,7 @@ TARGET="2.3.3" ...@@ -19,7 +19,7 @@ TARGET="2.3.3"
# sys.version) below in "best" to "worst" order, not including the # sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed. # target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list! # Do not include the target version number in this list!
ACCEPTABLE="2.3.2 2.3.1 2.3 2.2.3 2.2.2" ACCEPTABLE="2.3.2 2.3.1 2.3"
# provide the executable names for all the acceptable versions # provide the executable names for all the acceptable versions
# (and the target version) below # (and the target version) below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment