Re: [Numpy-discussion] Problem converting a numarray extension to numpy

2006-07-25 Thread Paul Barrett
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

Re: [Numpy-discussion] Problem converting a numarray extension to numpy

2006-07-24 Thread Travis Oliphant
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

[Numpy-discussion] Problem converting a numarray extension to numpy

2006-07-22 Thread Paul Barrett
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