On Sat, Jun 29, 2013 at 8:13 PM, Damon McDougall
<damon.mcdoug...@gmail.com> wrote:
> To reiterate, remember that you'll need to nuke your previous local install.  
> Installing over an existing mpl distribution will cause problems.  This is 
> because `python setup.py install` will not remove the old axes.py for you.

NB that this is in general a good reason to make a habit of using 'pip
install .' instead of 'python setup.py install'. pip *will* nuke old
versions for you, and thus gives you a better chance of importing the
code that was actually shipped.

-n

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to