ImportError: matplotlib requires pyparsing - Python - Programmation
Marsh Posté le 29-12-2013 à 16:49:36
C'est simple, ton Python n'arrive pas à trouver la bibliothèque PyParsing (http://pyparsing.wikispaces.com/) qui n'est sans doute pas installée. Essaie de l'installer puis relance ton programme.
Marsh Posté le 26-12-2013 à 18:13:04
Bjr,
J'utilise Python (x,y) version 2.7.5.2 sous Windows 8
A l'instruction import matplotlib.pyplot, l'interpréteur répond un message d'erreur : ImportError: matplotlib requires pyparsing
Si quelqu'un a déjà rencontré ce problème et sait comment le résoudre ?