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.

-Travis




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to