On Mon, 7 Jun 2021, Adrian Klaver wrote:
No this is because you did not use an actual connection string e.g:
psycopg2.connect("host=salmo user=rshepard dbname=bustrac")
Instead you used an undefined variable bustrac per the error message:
NameError: name 'bustrac' is not defined
Adrian, First I'll upgrade 12.2 to 12.7, then I'll upgrade PyQt5. Thanks, Rich
