On 7/24/06, Travis Oliphant <[EMAIL PROTECTED]> wrote:
> Paul Barrett wrote:
> > I'm having a problem converting a C extension module that was
> > originally written for numarray to use numpy. I using swig to create
> > a wrapper flle for the C code. I have added the
> > numpy.get_numarray_includ
Paul Barrett wrote:
> I'm having a problem converting a C extension module that was
> originally written for numarray to use numpy. I using swig to create
> a wrapper flle for the C code. I have added the
> numpy.get_numarray_include() method to my setup.py file and have
> changed the numarray/li
I'm having a problem converting a C extension module that was
originally written for numarray to use numpy. I using swig to create
a wrapper flle for the C code. I have added the
numpy.get_numarray_include() method to my setup.py file and have
changed the numarray/libnumarray.h to use numpy/libnu