1

enter image description here

I ran my program and it keeps showing this error.

I'm using pyside2,and I also tried reinstall but none of them are working.

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
Aiden
  • 43
  • 1
  • 7
  • [Qt Forum](https://forum.qt.io/topic/93085/qt-python-development-pyside2/3) shows same issue with conda, maybe same issue? – jupiterbjy Jun 14 '20 at 04:58
  • Possible related with [https://stackoverflow.com/questions/51367446/pyside2-application-failed-to-start] In my case, Alaa Akiel's answer solute my problem. – Haru Jun 22 '20 at 02:54

1 Answers1

2

Try to copy these files and folders beside Your EXE file:

   platforms\qwindows.dll
   styles\qwindowsvistastyle.dll
   Qt5Core.dll
   Qt5Gui.dll
   Qt5Widgets.dll

Qt for windows deployment

alireza
  • 58
  • 5