- anaconda / pyCharm 환경 import sys from PyQt5.QtWidgets import * from PyQt5.QAxContainer import * - QAxContainer import 에서 에러가 난다. https://stackoverflow.com/questions/56451682/pyqt5-and-anaconda-modulenotfounderror-no-module-named-pyqt5 PyQt5 and Anaconda: ModuleNotFoundError: No module named 'PyQt5' I made a totally new, blank environment in anaconda and activated it. I then did "conda install ..