On 28.12.2009, at 09:16, David Nicholls wrote: > Jochen Küpper wrote: >> On 28.12.2009, at 08:43, David Nicholls wrote: >>> The problem is that py-matplotlib requires requires python 2.4. Hence the >>> Python version breeding program that's going on on my Mac ;-) >> Yes; so use py26-matplotlib… >> /Jochen > > Aha! Thanks. How do it completely get rid of py-matplotlib? > > sudo port uninstall py-matplotlib? (still learning)
yes; maybe do sudo port installed | grep py and uninstall all the listed ports to get rid of Python 2.4 altogether. Then above command will install Python2.6 and everything else that is necessary for matplotlib. /Jochen _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
