Solve Pycharm using debug to report qt error

The error content is as follows:

This application failed to start because it could not find or load the Qt platform plugin "windows"
in "".

Reinstalling the application may fix this problem.

Process finished with exit code -1073740791 (0xC0000409)

 

Solution:

Check whether the qt.conf configuration under Anaconda is correct, search for all the files containing the two letters "qt" in the Anaconda directory, and find that there is a qt.conf file in the root directory of anaconda, which is the same level directory as python.exe , Open it and find that the configured Anaconda path is wrong, modify it, and then debug it without reporting an error.

Guess you like

Origin blog.csdn.net/qq_33391629/article/details/102823756