Re: [Numpy-discussion] embedded PyArray_FromDimsAndDataSegmentationFault

2008-05-20 Thread Robert Kern
On Tue, May 20, 2008 at 2:01 PM, Thomas Hrabe <[EMAIL PROTECTED]> wrote: > After all, I figured how to create an numpy in C with the help below. > > If called in C, import_array() but actually _import_array() successfully > creates all the instances needed for the array. > However, once I call this

Re: [Numpy-discussion] embedded PyArray_FromDimsAndDataSegmentationFault

2008-05-20 Thread Thomas Hrabe
- From: [EMAIL PROTECTED] on behalf of Robert Kern Sent: Wed 5/14/2008 5:12 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] embedded PyArray_FromDimsAndDataSegmentationFault On Wed, May 14, 2008 at 6:40 PM, Thomas Hrabe <[EMAIL PROTECTED]> wrote: >>I didn't

Re: [Numpy-discussion] embedded PyArray_FromDimsAndDataSegmentationFault

2008-05-14 Thread Thomas Hrabe
>But for the most part, it's much better to drive your C code using >Python than the other around. True, the other way arround works fine. Will investigate further tomorrow, because its a must have feature... Thanks <>___ Numpy-discussion mailing list