Description

The documentation says Python 2.2.2 is the minimum Python version that will work with MoinMoin 1.3.4. mig10 upgrade script uses os.walk though, which is a recent addition.

Steps to reproduce

Upgrade a MoinMoin 1.2 wiki to 1.3 with Python 2.2.2.

Details

MoinMoin Version

1.2 -> 1.3.4

OS and Version

RH Something Old

Python Version

2.2.2

Server Setup

Apache 1.3

Server Details

n/a at this point

Workaround

Pasted os.walk into the mig10 script and added

   1 from __future__ import generators

at the top.

Discussion

Plan


CategoryMoinMoinBugFixed CategoryRelease1.3.5

MoinMoin: MoinMoinBugs/VersionRequirementIncorrect (last edited 2007-10-29 19:11:20 by localhost)