Re: [Numpy-discussion] Unable to get most basic numpy array creation from C++ working.

2010-07-31 Thread rif
On Fri, Jul 30, 2010 at 10:17 PM, Kevin Jacobs < bioinfor...@gmail.com> wrote: > On Fri, Jul 30, 2010 at 10:08 PM, rif wrote: > >> Hi numpy-discuss >> . >> I've distilled my problem down to a very simple program that segfaults. >> I'm sure I'm doing something silly, but hopefully someone can poi

Re: [Numpy-discussion] Unable to get most basic numpy array creation from C++ working.

2010-07-30 Thread Kevin Jacobs
On Fri, Jul 30, 2010 at 10:08 PM, rif wrote: > Hi numpy-discuss > . > I've distilled my problem down to a very simple program that segfaults. > I'm sure I'm doing something silly, but hopefully someone can point me in > the right direction. I create a program called numpy_test.cc: > > You must c

[Numpy-discussion] Unable to get most basic numpy array creation from C++ working.

2010-07-30 Thread rif
Hi numpy-discuss . I've distilled my problem down to a very simple program that segfaults. I'm sure I'm doing something silly, but hopefully someone can point me in the right direction. I create a program called numpy_test.cc: - #include #include "numpy/arrayobject.h" int m