PyQt5 - Failed to load platform plugin “windows”. Available platforms are: windows, minimal

前端 未结 8 1012
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 02:27

When I try to run any PyQt5 program from Eclipse, I got this error.

Failed to load platform plugin \"windows\". Available platforms are: windows, mini

8条回答
  •  有刺的猬
    2020-12-06 03:03

    i had a similar problem when compiling my code with cx_freeze.

    Copying the folder platforms from python installation directory into my built folder solved the problem. the "platforms" folder contains qminimal.dll

提交回复
热议问题