|
From: C M <cmp...@gm...> - 2011-05-12 18:35:03
|
On Thu, May 12, 2011 at 1:26 PM, Michael Droettboom <md...@st...> wrote: > You can always get a tarball of the current git master by going here: > > https://github.com/matplotlib/matplotlib > > clicking on "Download" and choosing one of the "download source" options > at the top of the popup box. > > Mike Thanks, but I'm having trouble using that. I downloaded the .zip file, unzipped the archive, moved the folder to C:\Python25\Lib\site-packages, renamed my current matplotlib folder to matplotlib_OLD, ran these commands from the new directory: python setup.py build python setup.py install And finally renamed the new folder to just matplotlib. It is not finding the modules when I go to run it. If revert the names of the folders, my old folder still works. What am I doing wrong? Thanks, Che |