I tried to use the matplotlib package via Pycharm IDE on windows 10. when I run this code:
from matplotlib import pyplot
I get the followin
On CentOS 6.5 with python 2.7 I needed to do: yum install python27-tkinter
yum install python27-tkinter