From: Andrew S. <str...@as...> - 2004-05-06 05:43:09
|
Jim Benson wrote: > <>I finally tried to upgrade from matplotlib-0.52 to 0.53.1. > <>ok..so i went into floyd:/usr/local/lib/python2.3/site-packages> > and moved the matplotlib dir to matplotlib.bak and then tried > a re-install of 0.52...my app again words..whew! (is there an > easier way to uninstall?) The same trick should (hopefully) get 0.53.1 to work: get rid of the old matplotlib in site-packages before installing a new one. Probably some files from 0.52 are screwing up 0.53.1. (This is a limitation of Python's distutils -- upgrades should really wipe the package out of site-packages rather than adding files.) Cheers! Andrew |