Just finished my python course and trying to get started making GUI applications. Downloaded the open source QT. Running into problems off the bat.
I make a new python window application, and keep getting the import error: No module named PySide2.QtWidgets
As I'm new to QT I don't know what to do. Tried reinstalling, and searched QT's forum and FAQ's. Anyone else encountered this?
which pythonto see the location of python andpython -vto know the exact version. https://raspberrypi.stackexchange.com/questions/69752/modulenotfounderror-no-module-named-pyside might be of help. – Nikhil_CV May 24 '19 at 12:41