Skip to content

Commit 7391d38

Browse files
author
Engelbert Gruber
committed
Fix requirements in INSTALL.
Fix MIGRATION 0.3 to 0.4 select_db.py is not mentioned.
1 parent bfe11e8 commit 7391d38

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

INSTALL.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
Installation
55
===============
66
These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat
7-
that these systems don't come with python 2.0 or newer installed, so you'll
7+
that these systems don't come with python 2.1.1 or newer installed, so you'll
88
have to upgrade python before this stuff will work.
99

1010

1111
Prerequisites
1212
-------------
13-
Either:
14-
. Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc.
15-
or
16-
. Python 2.1
13+
Python 2.1.1 or newer.
14+
15+
Note: Python 2.1.1 shipped with SuSE7.3 might miss module _weakref.
1716

1817
You will need either the anydbm or bsddb module.
1918

@@ -24,7 +23,6 @@ Testing the Software
2423
Run "python -c 'import test;test.go()'" and make sure there's no errors.
2524
If there are errors, please let us know!
2625

27-
2826
Installing the Software
2927
-----------------------
3028

MIGRATION.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classic schema, the interfaces file is in:
2525

2626
If you used the extended schema, the file is in:
2727

28-
<roundup source>/roundup/templates/extended/dbinit.pybinit.py needs updating from the original.
28+
<roundup source>/roundup/templates/extended/dbinit.py
2929

3030
If you have modified your dbinit.py file, you may use encoded passwords:
3131

@@ -45,6 +45,12 @@ If you have modified your dbinit.py file, you may use encoded passwords:
4545
files=Multilink("file"),
4646
messageid=String(), inreplyto=String())
4747

48+
a file select_db.py is needed in the instance directory, containing probably:
49+
---
50+
# WARNING: DO NOT EDIT THIS FILE!!!
51+
from roundup.backends.back_anydbm import Database
52+
---
53+
or one could create a new instance and take the file from there.
4854

4955

5056
Migrating from 0.2.x to 0.3.x

0 commit comments

Comments
 (0)