Re: [Pythonmac-SIG] matplotlib problems

2005-08-12 Thread Samuel M. Smith
Thanks that did it. I did find a verbose.level in the .matplotlibrc file which I set to helpful and that worked On 12 Aug, 2005, at 06:45, John Hunter wrote: > You did everything right, but for the most recent version. In > matplotlib 0.83, we renamed ~/.matplotlibrc to > ~/.matplotlib/mat

Re: [Pythonmac-SIG] matplotlib problems

2005-08-12 Thread John Hunter
> "Samuel" == Samuel M Smith <[EMAIL PROTECTED]> writes: Samuel> I installed the matplotlib from Samuel> http://pythonmac.org/packages/ Samuel> matplotlib-0.82-py2.4-macosx10.3.zip Samuel> if I try to import pylab it exits and complains about not Samuel> having pygtk.

[Pythonmac-SIG] matplotlib problems

2005-08-11 Thread Samuel M.Smith
I installed the matplotlib from http://pythonmac.org/packages/ matplotlib-0.82-py2.4-macosx10.3.zip if I try to import pylab it exits and complains about not having pygtk. It is my understanding that if I have wxPython installed that I don't need pygtk. Apparently the dependency is still there