Now py-matplotlib won't install

Jochen Küpper kuepper.jochen at googlemail.com
Mon Dec 28 00:18:26 PST 2009


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


More information about the macports-users mailing list