Description
ImportError on: from parsedatetime.parsedatetime import Calendar
Steps to reproduce
- This happens on Debian Jessie
Example
Component selection
- general
Details
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Edit file /usr/share/pyshared/MoinMoin/action/fullsearch.py
and replace the line: from parsedatetime.parsedatetime import Calendar
with: from parsedatetime import Calendar
Discussion
Plan
- Priority:
- Assigned to:
- Status: fixed long ago