python - SystemError: initialization of QtCore failed without raising an exception -
i trying plot matplotlib when import this:
import matplotlib.pyplot plt
in pycharm community 2016.1.4 using anaconda version 3.5.1, error:
from pyqt4 import qtcore systemerror: initialization of qtcore failed without raising exception
what wrong here? havent found via google or here on same problem.
Comments
Post a Comment