On Thu, Oct 19, 2023 at 3:02 PM Wikinaut <mail@tgries.de> wrote:
I used this x = list(MIDDLEWARE) x.insert(0, 'allauth.account.middleware.AccountMiddleware') MIDDLEWARE = x
but got (running mysql! with all the needed settings) SystemError: initialization of _psycopg raised unreported exception
arrrgh
[snip]
File "/opt/mailman/venv/lib/python3.11/site-packages/psycopg2/__init__.py", line 51, in <module> from psycopg2._psycopg import ( # noqa SystemError: initialization of _psycopg raised unreported exception
If you say you are using MySQL, then I don't understand why you are having issues with psycopg as this has nothing to do with MySQL, but PostgreSQL. Which is which? Maybe you need to relax a bit, then start over again?
Can we see what you have in /etc/mailman3/mailman.cfg and /etc/mailman3/settings.py?
-- 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]