Not find or load Qt Platform plugin “windows“ [How to Solve]


The above is the error message
The solution is
Before instantiating with QApplication() add
QApplication.addLibraryPath(“PySide2 file location” + ‘/PySide2/Plugins/’)

Read More: