Python

pycharm 파이참 pyqt5에러 This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

쪼쪼랩 2023. 6. 14. 14:01
반응형

 

파이썬 설치후 PyQt5관련한 GUI 프로그래밍을 실행하면 아래와 같은 메시지와 함꼐 실행이 되지 않는다.

This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. 

 

환경변수 설정이 안된것뿐이니 가볍게 해주자.

나는일단 venv(가상환경)을 사용하므로, 해당 환경을 path에 넣어줬다.

 

반응형