From: John H. <jd...@gm...> - 2011-01-05 17:22:24
|
On Wed, Jan 5, 2011 at 11:17 AM, John Hunter <jd...@gm...> wrote: > > > Very strange -- this is what I am doing for a clean build and install. > Can't see where I am going wrong... > I'm also having the same problem on two platofrms (python2.4 solaris, > python2.6 linux) > > > jdhunter@uqbar:mpl1> rm -rf build > ~/dev/lib/python2.6/site-packages/matplotlib* ~/.matplotlib/*cache* > I found the problem -- failed to flush mpl_toolkits for the clean install. Line should read: > rm -rf build ~/dev/lib/python2.6/site-packages/matplotlib* ~/.matplotlib/*cache* ~/dev/lib/python2.6/site-packages/mpl_toolkits/ Sorry for the noise! Note to self -- start using virtualevn... JDH |