[matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Nils Wagner
Hi all, I cannot build matplotlib from latest svn. I am using SuSE Linux 10.0 on x86_64. python setup.py install BUILDING MATPLOTLIB matplotlib: 0.90.1 (r3634) platform: linux2 REQUIRED DEPEN

Re: [matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Michael Droettboom
I suspect you're running an earlier version of pygtk than I am that doesn't have pygobject_version. Please update matplotlib and try again. Thanks for finding this bug. Cheers, Mike Nils Wagner wrote: > Hi all, > > I cannot build matplotlib from latest svn. I am using SuSE Linux 10.0 on > x86_

Re: [matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Nils Wagner
Michael Droettboom wrote: > I suspect you're running an earlier version of pygtk than I am that > doesn't have pygobject_version. > > Please update matplotlib and try again. > > Thanks for finding this bug. > > Cheers, > Mike > > Nils Wagner wrote: >> Hi all, >> >> I cannot build matplotlib from la

[matplotlib-devel] Profiling. was Re: Experimental, traited config module available in svn

2007-08-01 Thread Eric Firing
Fernando, Here is some more information about profiling that others may find useful: 1) The profile module reports times that are much longer than normal; I don't know to what extent the relative times are still correct; my impression is that they do still give a decent idea of where the bottl