[matplotlib-devel] building on OSX

2009-08-22 Thread John Hunter
The problem of building on OSX, in particular the setupext basedir search path including /sw, /usr and /usr/local, appears so fraught with peril -- we don't know what kinds of libs built with what kinds of flags that we will find -- that I removed all the dirs from the basedir for darwin. Instead

Re: [matplotlib-devel] mlab cohere_pairs patch

2009-08-22 Thread Ariel Rokem
Hi - following up on this patch, as suggested, I have added a use-case of mlab.cohere_pairs to examples/pylab_examples/mri_with_eeg.py. Cheers, Ariel On Sat, Aug 22, 2009 at 4:27 PM, John Hunter wrote: > On Sat, Aug 22, 2009 at 6:00 PM, Ariel Rokem wrote: > >> so - now, almost two weeks later

Re: [matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-22 Thread John Hunter
On Sat, Aug 22, 2009 at 3:24 AM, Ryan May wrote: > Same behavior here. I had been having trouble doing any merges, but never > had tracked it down.  I guess this is related. The following just worked for me svnmerge.py merge -Sv0_99_maint managed to merge almost 15 commits from the branch to

Re: [matplotlib-devel] mlab cohere_pairs patch

2009-08-22 Thread John Hunter
On Sat, Aug 22, 2009 at 6:00 PM, Ariel Rokem wrote: > so - now, almost two weeks later, I can finally install MPL from > source. On to submitting that patch. Thanks for following up -- applied to the release branch, merged to trunk

Re: [matplotlib-devel] building from SVN on Mac OS X 10.5

2009-08-22 Thread John Hunter
On Sat, Aug 22, 2009 at 5:47 PM, Ariel Rokem wrote: > Resending with CC to list: > > Hi - here is the diff with the suggested addition to the documentation. Thanks! Just pushed this out to the website: http://matplotlib.sourceforge.net/faq/installing_faq.html#building-and-installing-from-source-

Re: [matplotlib-devel] mlab cohere_pairs patch

2009-08-22 Thread Ariel Rokem
Hi - so - now, almost two weeks later, I can finally install MPL from source. On to submitting that patch. Here's what I get with mlab.cohere_pairs, as it is currently: In [1]: a=np.array([[1,2,3,4],[1,2,3,4]]) In [2]: b=([1,1],[0,0]) In [3]: mlab.cohere_pairs(a,b)

Re: [matplotlib-devel] building from SVN on Mac OS X 10.5

2009-08-22 Thread Ariel Rokem
Resending with CC to list: Hi - here is the diff with the suggested addition to the documentation. Cheers, Ariel On Sat, Aug 22, 2009 at 1:34 PM, John Hunter wrote: > On Sat, Aug 22, 2009 at 2:48 PM, Ariel Rokem wrote: >> Hi folks - >> >> just to add to the noise. Here is what eventually worked

[matplotlib-devel] Fwd: Summer of Code 2009: HTML5/Canvas backend for Matplotlib

2009-08-22 Thread John Hunter
Paul Kienzle expressed interest at the mpl sprint in working on an html5 canvas backend for mpl. When we were taking GSOC applications earlier this year, Seo did a partial implementation of an html5 canvas which outputs javascript. I forwarding his email here with instructions on how to check thi

Re: [matplotlib-devel] building from SVN on Mac OS X 10.5

2009-08-22 Thread John Hunter
On Sat, Aug 22, 2009 at 2:48 PM, Ariel Rokem wrote: > Hi folks - > > just to add to the noise. Here is what eventually worked for me (with > OS 10.5.8 and EPD 4.3), with help from Mike McKerns: Hey guys, this is great. Any chance I could twist your arm into writing this up as a ReST FAQ and updat

Re: [matplotlib-devel] building from SVN on Mac OS X 10.5

2009-08-22 Thread Ariel Rokem
Hi folks - just to add to the noise. Here is what eventually worked for me (with OS 10.5.8 and EPD 4.3), with help from Mike McKerns: 0. I removed the ~/.matplotlib folder ("rm -rf ~/.matplotlib"). 1. I edited /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/config/Makefile,

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-22 Thread Tobias Wood
Yes, that seems to have fixed the problem. I tried to do something similar but failed. Many thanks! On 22 Aug 2009, at 05:20, Jouni K. Seppänen wrote: > Tobias Wood writes: > >> I've just started getting exactly the same errors, but with Python >> 2.6.2 and the most recent svn checkout. I have

Re: [matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-22 Thread Ryan May
On Sat, Aug 22, 2009 at 3:01 AM, Jouni K. Seppänen wrote: > I fixed some doc typos on the v0_99_maint branch and was going to merge > the fixes to the trunk, but it didn't work: > > % svnmerge.py avail -S v0_99_maint > svnmerge: "v0_99_maint" is neither a valid URL, nor an unambiguous > substring

[matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-22 Thread Jouni K . Seppänen
I fixed some doc typos on the v0_99_maint branch and was going to merge the fixes to the trunk, but it didn't work: % svnmerge.py avail -S v0_99_maint svnmerge: "v0_99_maint" is neither a valid URL, nor an unambiguous substring of a repository path, nor a working directory % svnmerge.py avail