#1프로그래밍/#1-2파이썬 문제해결
[파이썬, QT, 에러] QT designer.exe 실행시 에러 "This application failed to start because it could not find or load the Qt platform plugin "windows"
HopeDeveloper
2022. 6. 8. 18:04
1. 문제점
- QT를 Desinger 를 실행시 에러가 발생
- designer.exe 실행 경로 --> "anaconda3\pkgs\qt-5.9.7-vc14h73c81de_0\Library\bin"
- 에러 Message "this application failed to start because no qt platform plugin windows"
2. 해결 방법
- designer.exe 실행파일 경로에 "platforms" 폴더 생성
- 생성한 "platforms" 폴더에 "qwindows.dll" 복사
(qwindows.dll 파일 경로 \anaconda3\pkgs\qt-5.9.7-vc14h73c81de_0\Library\plugins\platforms)
--> \anaconda3\pkgs\qt-5.9.7-vc14h73c81de_0\Library\bin\platforms에 복사