Neither pdb or print() displays the bug [FIXED]

Rich Shepard rshepard at appl-ecosys.com
Tue Jun 8 14:54:17 EDT 2021


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


More information about the Python-list mailing list