10 Apr
2024
10 Apr
'24
8:15 p.m.
Mark Sapiro wrote:
ModuleNotFoundError: No module named 'mailman_hyperkitty' That has me confused, as the footer says Powered by HyperKitty version 1.3.9. mailman_hyperkitty is a separate package which is a shim between Mailman core and HyperKitty. In your venv or wherever Mailman is installed, you need pip install mailman_hyperkitty
It should be already installed, as it shows in the footer?
(venv) mailman@mail:~$ pip install mailman_hyperkitty Requirement already satisfied: mailman_hyperkitty in ./venv/lib/python3.10/site-pa ckages (1.2.1) ... (venv) mailman@mail:~$