Re: [Numpy-discussion] Refactor fork uses the ./configure, make, make install process.

2010-12-07 Thread Charles R Harris
On Tue, Dec 7, 2010 at 5:36 PM, Ralf Gommers wrote: > > > On Wed, Dec 8, 2010 at 2:57 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Tue, Dec 7, 2010 at 11:34 AM, Jason McCampbell < >> jmccampb...@enthought.com> wrote: >> >>> Sorry for the late reply... I missed this thre

Re: [Numpy-discussion] Refactor fork uses the ./configure, make, make install process.

2010-12-07 Thread Ralf Gommers
On Wed, Dec 8, 2010 at 2:57 AM, Charles R Harris wrote: > > > On Tue, Dec 7, 2010 at 11:34 AM, Jason McCampbell < > jmccampb...@enthought.com> wrote: > >> Sorry for the late reply... I missed this thread. Thanks to Ilan for >> pointing it out. A variety of comments below... >> >> On Sat, Dec 4,

Re: [Numpy-discussion] Refactor fork uses the ./configure, make, make install process.

2010-12-07 Thread Charles R Harris
On Tue, Dec 7, 2010 at 11:34 AM, Jason McCampbell wrote: > Sorry for the late reply... I missed this thread. Thanks to Ilan for > pointing it out. A variety of comments below... > > On Sat, Dec 4, 2010 at 10:20 AM, Charles R Harris< > charlesr.har...@gmail.com> wrote: > >> Just wondering if thi

Re: [Numpy-discussion] Refactor fork uses the ./configure, make, make install process.

2010-12-07 Thread Jason McCampbell
Sorry for the late reply... I missed this thread. Thanks to Ilan for pointing it out. A variety of comments below... On Sat, Dec 4, 2010 at 10:20 AM, Charles R Harris wrote: > Just wondering if this is temporary or the intention is to change the > build process? I also note that the *.h files i

[Numpy-discussion] ctypes and numpy

2010-12-07 Thread Sebastian Walter
Hello all, I'd like to call a Python function from a C++ code. The Python function has numpy.ndarrays as input. I figured that the easiest way would be to use ctypes. However, I can't get numpy and ctypes to work together. --- run.c #include #include void run(PyArrayObje