24 Oct
2023
24 Oct
'23
10:47 p.m.
On 10/24/23 18:29, Mark Sapiro wrote:
On 10/24/23 12:34 PM, Thomas Ward via Mailman-users wrote:
... I get a hard load error on "ModuleNotFoundError: No module named 'MailmanCustomizations'"
To confirm this is a Python module/class, I did a pure python shell with
from mailman_customizations.hooks import MailmanCustomizations
and it properly imports that class, so I'm not sure where to go from here in debugging.What if you try this with
mailman-web shell
?
Doesn't error on load, but can't access configs in order to see if my custom handler is present. Which Abhilash said has to be done in the mailman shell - as does the documentation. Mailman can't even start with this added. Which is a problem.
Thomas