Re: [Matplotlib-users] ImportError: No module named six

2015-03-18 Thread garyr
- Original Message - From: "Benjamin Root" To: "garyr" Cc: "Matplotlib Users" Sent: Wednesday, March 18, 2015 10:49 AM Subject: Re: [Matplotlib-users] ImportError: No module named six > An important question that I should have asked before. Exactly

Re: [Matplotlib-users] ImportError: No module named six

2015-03-18 Thread Benjamin Root
lotlib Users" > Sent: Tuesday, March 17, 2015 10:34 AM > Subject: Re: [Matplotlib-users] ImportError: No module named six > > > > Chances are, there is some sort of mixup in your installs (as evidenced > by > > the failure to go back to the previous version). I w

Re: [Matplotlib-users] ImportError: No module named six

2015-03-17 Thread garyr
thing else could try? - Original Message - From: "Benjamin Root" To: "garyr" Cc: "Matplotlib Users" Sent: Tuesday, March 17, 2015 10:34 AM Subject: Re: [Matplotlib-users] ImportError: No module named six > Chances are, there is some sort of mixup in your inst

Re: [Matplotlib-users] ImportError: No module named six

2015-03-17 Thread Benjamin Root
Chances are, there is some sort of mixup in your installs (as evidenced by the failure to go back to the previous version). I would try uninstalling all matplotlib installs, then checking to see if python still sees matplotlib anywhere (by running the script). It *should* say "No module named matpl

Re: [Matplotlib-users] ImportError: No module named six

2015-03-17 Thread Paul Hobson
You need to install the six module, no matter which version of Python you use.  — Sent from Mailbox On Tue, Mar 17, 2015 at 10:31 AM, garyr wrote: > I downloaded version 1.4.3 and installed it (i.e., executed > matplotlib-1.4.3.win32-py2.6.exe). Now when I > attempt to run a program I get th