robert wrote: > I'm using latest numpy & scipy. What is this problem ? : > >>>> import scipy.stats > RuntimeError: module compiled against version 1000002 of C-API but this > version of numpy is 1000009
The scipy binary available on sourceforge has not been recompiled for numpy 1.0. All you need to do is recompile, though, and everything will work. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco -- http://mail.python.org/mailman/listinfo/python-list