Tuesday, November 12, 2019

Python Troubleshooting

One very common problem is:

NameError: name 'QTableWidgetItem' is not defined
or a similler NameError: name 'pymysql' is not defined

When you have been coding for hours not stop.... you will see this error
I missed this plenty of times.

REMEMBER to import your Libraries