Does the egg at:
http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1/
matplotlib-0.99.1.1-py2.5-macosx-10.3-i386.egg
not work for you? the 10.3 means "10.3 or greater", and I'm pretty sure
it is Universal, rather than just i386 as well. It should work with the
pyth
Hello Mitra,
If you haven't solved your problem yet, I would highly recommend cleaning up
previous versions and using the make.osx file supplied with the matplotlib
download. Edit the PREFIX to replace the example target directory with your
own target directory.
Make sure the MACOSX_DEPLOYMENT_TAR
Hello,
> There are multiple versions still existing on my computer. How can I
> clean up and install the latest version? Thank you all so much
You need to check the different paths accessed by Python.
>>> import sys
>>> print sys.path
and remove the possible matplotib files in these paths. Ty