From: Fernando P. <fpe...@gm...> - 2006-07-17 19:24:02
|
On 7/17/06, Travis Oliphant <oli...@ie...> wrote: > Fernando Perez wrote: > > Hi all, > > > > I received this message today from a collaborator. I don't have > > direct access to this box, but he posted fairly detailed logs. Has > > anyone seen a similar issue with current code? If not, I'll try to > > track down further with him what the problem may actually be. > > > > This looks like a problem with left-over headers and/or C-API files > being picked up. Make sure the old header files are deleted and he has > a fresh install of NumPy from SVN (with the build directory deleted > before re-building). > > Look in > > /usr/lib64/python2.3/site-packages/numpy/core/include/__multiarray_api.h > > to make sure there are now isolated intp references (particularly look at PyArray_New). > If there are, then the NumPy build was not clean. Thanks, Travis. I just wanted to make sure it wasn't a more widespread problem. I'll track it down with my colleague in private then. Cheers, f |