Discussion:
[Matplotlib-users] MatplotLib Import Error Message
aureta
2015-06-06 22:23:31 UTC
Permalink
Hi, I had Matplotlib installed and working in my PC. I decided to uninstall
it using the control panel software uninstall option and install it again.
This time when I run the VIDLE using the import matplot.pyplot as plt
sentence I get the following message:


[b]Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
================================ RESTART
================================
Traceback (most recent call last):
File "Untitled", line 1
import matplotlib.pyplot as plt
File "C:\Python27\Lib\site-packages\matplotlib\__init__.py", line 140
raise ImportError("matplotlib requires pyparsing")
ImportError: matplotlib requires pyparsing
[/b]
Can someone help me in getting Matplotlib working again? Thanks...



--
View this message in context: http://matplotlib.1069221.n5.nabble.com/MatplotLib-Import-Error-Message-tp45736.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Bryan M. Williams
2015-06-06 22:46:00 UTC
Permalink
Reinstall pyparsing. It's another module just like matplotlib. If you have pip, you can just do "pip install pyparsing."

Sent from my iPad
Post by aureta
Hi, I had Matplotlib installed and working in my PC. I decided to uninstall
it using the control panel software uninstall option and install it again.
This time when I run the VIDLE using the import matplot.pyplot as plt
[b]Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit
(Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
================================ RESTART
================================
File "Untitled", line 1
import matplotlib.pyplot as plt
File "C:\Python27\Lib\site-packages\matplotlib\__init__.py", line 140
raise ImportError("matplotlib requires pyparsing")
ImportError: matplotlib requires pyparsing
[/b]
Can someone help me in getting Matplotlib working again? Thanks...
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/MatplotLib-Import-Error-Message-tp45736.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
------------------------------------------------------------------------------
Loading...