On Tue, 8 Jun 2021, Karsten Hilbert wrote:
> The problem source is postgres telling me it cannot connect to the database
> via TCP/IP
> but I can do so directly using psql:
> via UNIX domain sockets.
Karsten,
That's because psql is direct while PyQt5-5.12.3 cannot access postgres-12.x
tables. I'm working on getting Qt5-5.15.2 built.
Regards,
Rich