Search code examples
user-interfacepyqt5importerrorpyside2shiboken2

shiboken2 & PySide2 issues


I get this error when trying to run a PyQt5 Application, I keep getting it and I think it's when I use pyuic5 to export code from QT Designer and then try to run it.

from .shiboken2 import *
ImportError: DLL load failed: The specified procedure could not be found.

I have used pip freeze to find the versions of shiboken2 and pyside2 and they are both the same version.


Solution

  • I installed Python 3.7 + And it works.