On Tue, Oct 31, 2023 at 11:15 PM <gordon@dickens.com> wrote:
I have had mailman3 working great on Debian 11, however, I just upgraded to Debian 12 and, following the upgrade, mailman3 is not working and I am getting the following error message:
ModuleNotFoundError: No module named 'mailman_web'
Does anybody have any recommendations?
Thanks!
Gordon
If during the upgrade you did apt autoremove -y
, then the problem is that
Python3.9 was removed and now you have Python3.11.
Your venv is now broken and you either have to install the old Python using
altinstall or you have to rebuild your venv.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]