Re: [Numpy-discussion] Use of PyArray FromAny() with a PyArrayInterface object

2007-10-12 Thread Travis E. Oliphant
Neal Becker wrote: > Matthieu Brucher wrote: > > >> 2007/10/12, Alan G Isaac <[EMAIL PROTECTED]>: >> >>> On Fri, 12 Oct 2007, Matthieu Brucher apparently wrote: >>> I'm trying to understand (but perhaps everything is in the numpy book in which case I'd rather buy the book >

Re: [Numpy-discussion] Use of PyArray FromAny() with a PyArrayInterface object

2007-10-12 Thread Matthieu Brucher
> > > I don't see the text string '__array' anywhere in this book. > I saw something a subchapter with the PyArrayInterface, nothing around it with __array__ or __array_struct__ ? Matthieu (wating for the book :)) ___ Numpy-discussion mailing list Numpy

Re: [Numpy-discussion] Use of PyArray FromAny() with a PyArrayInterface object

2007-10-12 Thread Neal Becker
Matthieu Brucher wrote: > 2007/10/12, Alan G Isaac <[EMAIL PROTECTED]>: >> >> On Fri, 12 Oct 2007, Matthieu Brucher apparently wrote: >> > I'm trying to understand (but perhaps everything is in the >> > numpy book in which case I'd rather buy the book >> > immediately) how to use the PyArray_FromA

Re: [Numpy-discussion] Use of PyArray FromAny() with a PyArrayInterface object

2007-10-12 Thread Matthieu Brucher
2007/10/12, Alan G Isaac <[EMAIL PROTECTED]>: > > On Fri, 12 Oct 2007, Matthieu Brucher apparently wrote: > > I'm trying to understand (but perhaps everything is in the > > numpy book in which case I'd rather buy the book > > immediately) how to use the PyArray_FromAny() function. > > This function