Re: [Numpy-discussion] embedded PyArray_FromDimsAndDataSegmentation Fault

2008-05-14 Thread Robert Kern
On Wed, May 14, 2008 at 6:40 PM, Thomas Hrabe <[EMAIL PROTECTED]> wrote: >>I didn't know a person could write a stand-alone program using NumPy >>this way (can you?) > > Well, this is possible when you embed python and use the "simple" objects > such as ints, strings, > Why should it be impos

Re: [Numpy-discussion] embedded PyArray_FromDimsAndDataSegmentation Fault

2008-05-14 Thread Thomas Hrabe
>I didn't know a person could write a stand-alone program using NumPy >this way (can you?) Well, this is possible when you embed python and use the "simple" objects such as ints, strings, Why should it be impossible to do it for numpy then? My plan is to send multidimensional arrays from C t