Mercurial > p > roundup > code
diff doc/installation.txt @ 1688:a351beb8220a
py2.3+roundup, not in a happy place
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jun 2003 03:47:45 +0000 |
| parents | 25350acdcb82 |
| children | 9c1da921cd35 |
line wrap: on
line diff
--- a/doc/installation.txt Tue Jun 24 03:36:02 2003 +0000 +++ b/doc/installation.txt Tue Jun 24 03:47:45 2003 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.53 $ +:Version: $Revision: 1.54 $ .. contents:: @@ -34,7 +34,9 @@ Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the latest version from http://www.python.org/. It is highly recommended that users install the latest patch version of python - 2.1.3 or 2.2.3 - as these -contain many fixes to serious bugs. +contain many fixes to serious bugs. Python 2.3 (currently in beta) has some +"issues", at least with the SQLite backend, and possibly with other backends +as well. It shouldn't be used with Roundup for now. If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or later. Download the latest version from http://pybsddb.sourceforge.net/.
