[SciPy-user] install problem on Mandrake-8.2
Pearu Peterson
pearu at cens.ioc.ee
Tue May 21 17:02:00 EDT 2002
On Tue, 21 May 2002, Gerard Vermeulen wrote:
> gcc -shared build/temp.linux-i686-2.2/bar.o build/temp.linux-i686-2.2/fun.o
> -o ./bar.so
> >From foo: set_var: var=0; Doing var++
> >From bar: set_var: var=0; Doing var++
Ok, it is not that bug.
Here follows another idea. It seems that you can import all other
extension modules except _minpack.so. Can you confirm that? Look
in scipy/build/lib.linux-i686-2.2/scipy/* for *.so files and try to import
them directly one-by-one. Do you find other failing modules?
When I compare the source of _minpack with other sources I see that it
does not use
#define PY_ARRAY_UNIQUE_SYMBOL PyArray_API
before including Numeric/arrayobject.h. I am not sure if it matters but
you can try to add this #define statement just before the
#include "Numeric/arrayobject.h"
statement in scipy/optimize/minpack.h file.
Pearu
More information about the SciPy-User
mailing list