Author: reinhard Date: 2005-06-01 06:45:13 -0500 (Wed, 01 Jun 2005) New Revision: 7559
Modified: trunk/gnue-appserver/INSTALL Log: Stumbled about a Python 2.1 reference. Modified: trunk/gnue-appserver/INSTALL =================================================================== --- trunk/gnue-appserver/INSTALL 2005-06-01 11:41:19 UTC (rev 7558) +++ trunk/gnue-appserver/INSTALL 2005-06-01 11:45:13 UTC (rev 7559) @@ -8,7 +8,7 @@ To install gnue-appserver, you need at least the following prerequisites installed on your system [Debian packages in brackets]: -* Python 2.1 or greater [python python-dev] +* Python 2.3 or greater [python python-dev] * XML Tools for Python [python-xml] @@ -25,10 +25,6 @@ You can find more information about possible database backends on the web page http://www.gnuenterprise.org/tools/common/databases/. -* at least one of the following RPC libraries: - - py-xmlrpc [python-xmlrpc] - - Pythonware xmlrpc (included in Python starting with 2.2) - * GNUe Common 0.5.13 or greater [gnue-common] To build the documentation, you need GNU Texinfo 4.0 or newer installed. _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
