J'ai installé avec succès matplotlib avec la version 2.6 de python sur Windows7 x64. Lorsque j'essaie d'import matplotlib, il affiche l'erreur suivante. J'ai également installé numpy suivant ce lien: Installer Numpy sur 64 bits de Windows 7 avec Python 2.7.3
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
Comment puis-je le faire fonctionner?
J'ai installé matplotlib-1.3.0.win-amd64-py2.6.exe à partir de http://matplotlib.org/downloads.html