Re: [Pythonmac-SIG] matplotlib

2009-11-01 Thread Robin
On Sun, Nov 1, 2009 at 3:50 PM, Charles Hartman wrote: > > So now I've installed it, and I can do 'import matplotlib' in Python.  But > when I try to use it (on an example from the new "Natural Language > Processing with Python"), here's what I get: > import matplotlib text4.dispersion_p

Re: [Pythonmac-SIG] matplotlib

2009-11-01 Thread Charles Hartman
Did you try one of the 2.6 installers from the sourceforge download page: matplotlib-0.99.1.1-py2.6-macosx10.5.dmg matplotlib-0.99.1.1-py2.6-macosx-10.3-fat.egg Yes -- dumb! I just downloaded the wrong (2.5) installer; wherever I originally got it, the 2.6 wasn't present. So now I've i

Re: [Pythonmac-SIG] matplotlib

2009-11-01 Thread Robin
Did you try one of the 2.6 installers from the sourceforge download page: matplotlib-0.99.1.1-py2.6-macosx10.5.dmg matplotlib-0.99.1.1-py2.6-macosx-10.3-fat.egg I think they should work with a python.org install. What was the error message you were getting when matplotlib didn't work? Recent versi

Re: [Pythonmac-SIG] matplotlib

2009-11-01 Thread Charles Hartman
Let me rephrase that: I've found online notes about problems with matplotlib under Python 2.6 in Windows. But I'm running Mac OS 10.5.8. I'm using the 2.6 framework from python.org. Is there a good way for me to get the current matplotlib running in this context? Charles On Oct 31, 20