= Description = Saving a page fails in the antispam subsystem. The problem appears to be a conflict between the Python 2.4 datetime module and the utils/datetime.py module. == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. 1. Try saving a page on MoinMoin 1.5.4. == Example == == Details == [[attachment:traceback.html]] == Workaround == The problem appears to be that utils/datetime.py is shadowing the system datetime, so that the datetime import in antispam.py gets the wrong module. As a short-term hack I moved utils/datetime.py out of the way. = Discussion = There is no MoinMoin/util/datetime.py in moin 1.5.4. It is leftover from an older moin version you installed over. Removing that file is the correct solution. = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinNoBug