Re: [Matplotlib-users] Matplotlib import Error

2015-06-07 Thread Bryan Williams
If you have pip installed, installing six is simple: pip install six Hope that helps! :) On 6/7/2015 3:57 PM, aureta wrote: > 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 whe

Re: [Matplotlib-users] MatplotLib Import Error Message

2015-06-06 Thread Bryan M. Williams
Reinstall pyparsing. It's another module just like matplotlib. If you have pip, you can just do "pip install pyparsing." Sent from my iPad > On Jun 6, 2015, at 6:23 PM, aureta wrote: > > Hi, I had Matplotlib installed and working in my PC. I decided to uninstall > it using the control panel so