Odhiambo Washington writes:
On Tue, Oct 3, 2023 at 3:53?AM <paulrubin37@gmail.com> wrote:
Thank you guys, I am inching along. I had to fight my way through install psycopg2 I finally got the path right to get that install to run. It seems however that that did not quite fix me. I see the stack trace, but not a specific error. If I follow the stack trace it is failing on:
[omitted]
File "/opt/mailman/venv/lib64/python3.11/site-packages/psycopg2/__init__.py", line 51, in <module> from psycopg2._psycopg import ( # noqa SystemError: initialization of _psycopg raised unreported exception
This is really bad news. The only way to debug this is to become a psycopg developer. My guess is your venv is still polluted with Debian stuff.
At this point, I personally would simply move this 'dirty' venv aside and create a new one, then bring in my /opt/mailman/{mm,var,web} to the new venv.
I agree with Odhiambo: blow this away and try again.
Steve