Aiden
Aiden

Reputation: 43

application failed to start because no Qt platform plugin could be initialized

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.

Upvotes: 1

Views: 5264

Answers (1)

alireza
alireza

Reputation: 88

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

Upvotes: 2

Related Questions