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
- Priority: high
Assigned to: ThomasWaldmann
- Status: fixed in moin--main--1.3--patch-862