Re: [Pythonmac-SIG] Problems with matplotlib

2005-01-05 Thread Larry Meyn
Michael, Thanks for taking the time to reply to my question. You are the second person to suggest completely removing the old libraries and re-installing, which in fact was the needed solution to the problem. As for your suggestion to use fink, it is something that I have been avoiding as i

Re: [Pythonmac-SIG] Problems with matplotlib

2005-01-05 Thread Michael Twomey
(forgot to reply to list) Hi, I'm guessing that you've wound up with a mix of a newer matplotlib py files and older matplotlib .so extensions, since polar stuff is a relatively new part of matplotlib AFAIK. Try completely removing /Library/Python/matplotlib/ and re-installing. As an alternative

[Pythonmac-SIG] Problems with matplotlib

2005-01-03 Thread Larry Meyn
Has anyone had problems with installing and using matplotlib under OS X? I've tried installing the last couple of versions and while installation goes smoothly it crashes when I try to import from pylab, as shown below >>> from pylab import * Traceback (most recent call last): File "", line