[Numpy-discussion] Floating exception

David Cournapeau david at silveregg.co.jp
Wed Jan 20 20:04:56 EST 2010


Nils Wagner wrote:
> Hi all,
> 
> I found a strange problem when I try to import numpy
> 
> python -v
>>>> import numpy
> ...
> dlopen("/data/home/nwagner/local/lib/python2.5/site-packages/numpy/core/multiarray.so", 
> 2);
> Floating exception
>   
> Any idea ?

Could you get a traceback (ideally making sure numpy is built with debug 
symbols - having -g in both CFLAGS and LDFLAGS) ?

Having it happening inside the dlopen call is a bit weird, I can't see 
what could cause it,

cheers,

David



More information about the NumPy-Discussion mailing list