On 10/24/23 3:56 PM, Thomas Ward via Mailman-users wrote:
When I DO NOT have the module loaded in the configuration,
mailman shell
works. Since that was functional, I went into the shell and executed this:from mailman_customizations.hooks import MailmanCustomizations
This worked fine, but obviously importing the class doesn't necessarily *activate* the class. So something is up with how I'm *supposed* to activate the plugin in the config, and we know that it's visible to Mailman in its shell, but it can't autoload it.
I'm past the limit of my knowledge here and only stabbing in the dark, but what happens after you import it. Can you instantiate it, e.g.
instance = MailmanCustomizations()
dir(instance)
I'm not saying this should succeed, just that it may possibly provide useful information.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan