ImportError:matplotlib需要dateutil

我已经在x64 Windows7上成功安装了python 2.6的matplotlib。 当我尝试导入matplotlib时,它显示以下错误。 我也安装了numpy,下面这个链接: 在Python 2.7.3的64位Windows 7上安装Numpy

import matplotlib.pyplot as plt Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> import matplotlib.pyplot as plt File "C:\Python26\Lib\site-packages\matplotlib\__init__.py", line 110, in <module> raise ImportError("matplotlib requires dateutil") ImportError: matplotlib requires dateutil 

我怎样才能使它工作?

我从http://matplotlib.org/downloads.html安装了matplotlib-1.3.0.win-amd64-py2.6.exe

以下是您可以在Windows上安装的程序列表:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

你将需要以下依赖项:需要numpy,dateutil,pytz,pyparsing,六

您可能正在寻找:

 pip install python-dateutil