[Mailman-Users] Mailman3 - from Whoosh to Xapian

2022-05-25 Thread Stephen J. Turnbull
Kimmo L. writes: > import xapian > ModuleNotFoundError: No module named 'xapian' I'm pretty sure this occurs when the Xapian application and its libraries are not installed. xapian-haystack is an adapter from C++ (or maybe C) to Python, it is not a complete installation of the Xapian

[Mailman-Users] Mailman3 - from Whoosh to Xapian

2022-05-24 Thread Kimmo L.
Hello! My idea/plan is to replace Whoosh with Xapian. So far i have added this line inside settings.py: 'ENGINE': 'xapian_backend.XapianEngine', and installed pip package: pip install xapian-haystack Put i think its not enough and im missing something. If i try to do use "mailman-web