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
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,
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
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
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