question@mail.ru
·
01.01.1970 03:00
The problem of This Application Failed to Start Because Its Cold Not found the Qt Platform Plugin "Windows" in "[duplicate]
recently reinstalled the Windows and decided to try to deal with the python.
installed Python, Pycharm, created a project, installed the PYQT5 library in the project, copied from Code:
#!/usr/bin/python3 #-*-coding: UTF-8 -* - Import sys from pyqt5.qtwidgets __name__ == '' __ main __ ': app = qpplication (sys.argv) w = qwidget () W.Resize ( 250 , 150 ) w.move ( 300 , 300 ) w.Setwindowtitle ( 'simple' ) w.show () sys.exit (app.execec _ ()) pre> I tried to start
This Application Failed to Start Because It COULD NOT FINE OR LOADT PLATFORM PLUGIN "Windows" "" "" "
reinstalling the Application May Fix This Problem
What is the problem? How to fix it?
in the search found only with the solution, but there the name of the error is not quite the same as mine, so the problem is probably different.
p.s. My question is not a duplicate question. I have no more views and the answer has not yet been found, I am sitting on C ++, there with Qt everything is in order
answer@mail.ru
·
01.01.1970 03:00
I copied the entire Platforms from Plugins to Python root, it worked