Diamanda is developed under python 2.4 and has a small incompatibility with python 2.3 - in few files (forum and wiki views, fbc tag, cbcplugins and other)
re is used with
MULTILINE attribute which exists in python 2.4 and is required for the regular expression formula. In python 2.3 it doesn't exist and it isn't required so you need to remove all
, MULTILINE
Which will remove MULTILINE from imports and usage in the code with findall.
- Added: 14.07.2008 by riklaunim