I use Squish IDE in python for automatic tests on Qt Application. During the execution of test case, I want create an external graphic interface to give information test. I have installed PyQt5 package in my environment, but when I import the library ("from PyQt5 import QtWidgets) i obtain this error and the program terminates: ("Detail ImportError: DLL load failed while importing QtWidgets: %1 non รจ un'applicazione di Win32 valida.")
Is it possible to use PyQt in squish IDE to create an external interface?