On Tue, 1 Jun 2021, Rich Shepard wrote:
I'm stuck with neither approach (pdb, print()) working. I moved the database code to a separate module, datasource.py, and when I run the activitytypes.py module (using pdb and having entered print() statements at various places in both the datasource and activities modules all I get is a small, empty window with the window title. The QSize() statement is never reached.
Found and fixed the problem. Qt5 added support for PostgreSQL-12 in Qt5-5.15.0. I upgraded both Qt5 and PyQt5 to 5.15.2 and now the tables display the rows in the one column of the table. Thanks for all the suggestions, Rich -- https://mail.python.org/mailman/listinfo/python-list
