Re: [Numpy-discussion] passing a C array to embedded Python fromC code

2008-11-06 Thread Matthieu Brucher
Hi Chris, No problem, the Internet is made for sharing ideas and solutions ;) Matthieu 2008/11/6 Chris LeBlanc <[EMAIL PROTECTED]>: > Hi Matthieu, > > Thanks very much, thats exactly the sort of information I was looking > for. I'm heading to a conference this weekend, but hope to get > started

Re: [Numpy-discussion] passing a C array to embedded Python fromC code

2008-11-05 Thread Chris LeBlanc
Hi Matthieu, Thanks very much, thats exactly the sort of information I was looking for. I'm heading to a conference this weekend, but hope to get started on this very soon. Cheers, Chris On Tue, Nov 4, 2008 at 10:34 PM, Matthieu Brucher <[EMAIL PROTECTED]> wrote: > Hi, > > I've translated it on

Re: [Numpy-discussion] passing a C array to embedded Python fromC code

2008-11-04 Thread Christopher Barker
Matthieu Brucher wrote: > I've translated it on my blog (http://matt.eifelle.com/) and published > it this morning. Thanks, that's a very helpful article! -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-6959 voice 7600 Sand P

Re: [Numpy-discussion] passing a C array to embedded Python fromC code

2008-11-04 Thread Matthieu Brucher
Hi, I've translated it on my blog (http://matt.eifelle.com/) and published it this morning. Matthieu 2008/10/30 Anthony Floyd <[EMAIL PROTECTED]>: > Hi Chris, > >> Matthieu Brucher wrote: >> > If you can >> > follow a French tutorial, you can go on >> > >> http://matthieu-brucher.developpez.com

Re: [Numpy-discussion] passing a C array to embedded Python fromC code

2008-10-30 Thread Anthony Floyd
Hi Chris, > Matthieu Brucher wrote: > > If you can > > follow a French tutorial, you can go on > > > http://matthieu-brucher.developpez.com/tutoriels/python/swig-numpy/#LV > > to have a skeletton for your issue. > > That looks very useful -- any chance of an English > translation? My one > ye