From: Johann H. <jo...@ph...> - 2001-04-17 19:12:03
|
Konrad Hinsen writes: > You'd have to declare PyArray_API static in each module, but that > won't be easy as some modules consist of more than one C source file. All I did was insert a #define NO_IMPORT_ARRAY before the #include "arrayobject.h" in umathmodule.c I repeated this for all the Packages, and it seems to work just fine. --Johann -- Johann Hibschman jo...@ph... |