Description
On one of our systems a missing python-xml was not detected during installation of MonMoin. Without that you can't change pages. The existing wiki pages seemed to be readable. If you preview in either text or gui editor, you get an import error
No module named xml.dom.minidom * args = ('No module named xml.dom.minidom',)
May be we should add a test for used python modules to the setup script. -- ReimarBauer 2006-05-17 11:13:32
xml.dom.minidom is part of stdlib. The SuSE 10.0 rpm packages are incomplete, because they are not built with xml support and miss the xml stdlib module completely.
Details
MoinMoin Version |
1.5.3 |
OS and Version |
SuSE10 32bit and 64bit |
Python Version |
2.4 |
Server Setup |
apache2 |
Server Details |
cgi-bin |
Workaround
install python-xml
Discussion
Plan
- Priority:
- Assigned to:
Status: SuSE 10.0 rpm -> incomplete python installation.