Python Error: “ImportError: No module named six”
问题 I am running Python 2.7 on a Windows 7 OS Here is what I run: >>> import matplotlib.pyplot as plt Then I get this: Traceback (most recent call last): File "<pyshell#3>", line 1, in <module> import matplotlib.pyplot as plt File "C:\Python27\lib\site-packages\matplotlib\pyplot.py", line 29, in <module> from matplotlib.figure import Figure, figaspect File "C:\Python27\lib\site-packages\matplotlib\figure.py", line 36, in <module> from matplotlib.axes import Axes, SubplotBase, subplot_class