0

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.

xSavgs
  • 32
  • 1
  • 4

1 Answers1

0

I installed Python 3.7 + And it works.

xSavgs
  • 32
  • 1
  • 4