comparison doc/installation.txt @ 1687:580ce488f976 maint-0.5

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 23281e048df6
children
comparison
equal deleted inserted replaced
1685:b6621f8bd496 1687:580ce488f976
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.37.2.1 $ 5 :Version: $Revision: 1.37.2.2 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
32 ============= 32 =============
33 33
34 Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the 34 Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the
35 latest version from http://www.python.org/. It is highly recommended that 35 latest version from http://www.python.org/. It is highly recommended that
36 users install the latest patch version of python - 2.1.3 or 2.2.3 - as these 36 users install the latest patch version of python - 2.1.3 or 2.2.3 - as these
37 contain many fixes to serious bugs. 37 contain many fixes to serious bugs. Python 2.3 (currently in beta) has some
38 "issues", at least with the SQLite backend, and possibly with other backends
39 as well. It shouldn't be used with Roundup for now.
38 40
39 If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or 41 If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or
40 later. Download the latest version from http://pybsddb.sourceforge.net/. 42 later. Download the latest version from http://pybsddb.sourceforge.net/.
41 43
42 If you're on windows, you will either need to be using the ActiveState python 44 If you're on windows, you will either need to be using the ActiveState python

Roundup Issue Tracker: http://roundup-tracker.org/