Without PYBLISH_QML_PYQT5, the wrong path got automatically registered causing Qt binaries to be exposed to the Pyblish QML process (e.g. PySide2 binaries for a PyQt5 application).
Also when the above error occurred, the event filter was supposed to get uninstalled, but was not. That's fixed here too.
Without
PYBLISH_QML_PYQT5
, the wrong path got automatically registered causing Qt binaries to be exposed to the Pyblish QML process (e.g. PySide2 binaries for a PyQt5 application).Also when the above error occurred, the event filter was supposed to get uninstalled, but was not. That's fixed here too.