From b151d324f7f5768b474c27c225c332c43ca6ff60 Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 8 Jan 2002 12:10:22 +0000 Subject: [PATCH] Fix requirements in INSTALL. Fix MIGRATION 0.3 to 0.4 select_db.py is not mentioned. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@515 57a73879-2fb5-44c3-a270-3262357dd7e2 --- INSTALL.txt | 10 ++++------ MIGRATION.txt | 8 +++++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 2b4783c..b57c157 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -4,16 +4,15 @@ Installation =============== These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat -that these systems don't come with python 2.0 or newer installed, so you'll +that these systems don't come with python 2.1.1 or newer installed, so you'll have to upgrade python before this stuff will work. Prerequisites ------------- -Either: - . Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc. -or - . Python 2.1 +Python 2.1.1 or newer. + +Note: Python 2.1.1 shipped with SuSE7.3 might miss module _weakref. You will need either the anydbm or bsddb module. @@ -24,7 +23,6 @@ Testing the Software Run "python -c 'import test;test.go()'" and make sure there's no errors. If there are errors, please let us know! - Installing the Software ----------------------- diff --git a/MIGRATION.txt b/MIGRATION.txt index c27230a..1945ea2 100644 --- a/MIGRATION.txt +++ b/MIGRATION.txt @@ -25,7 +25,7 @@ classic schema, the interfaces file is in: If you used the extended schema, the file is in: - /roundup/templates/extended/dbinit.pybinit.py needs updating from the original. + /roundup/templates/extended/dbinit.py If you have modified your dbinit.py file, you may use encoded passwords: @@ -45,6 +45,12 @@ If you have modified your dbinit.py file, you may use encoded passwords: files=Multilink("file"), messageid=String(), inreplyto=String()) +a file select_db.py is needed in the instance directory, containing probably: +--- +# WARNING: DO NOT EDIT THIS FILE!!! +from roundup.backends.back_anydbm import Database +--- +or one could create a new instance and take the file from there. Migrating from 0.2.x to 0.3.x -- 2.30.2