[Numpy-discussion] ImportError while creating a Python module using NumPy (original) (raw)

Pierre Barbier de Reuille pbdr at cmp.uea.ac.uk
Fri Jun 16 05:20:18 EDT 2006


Hi,

I have an extension library which I wanted to interface with NumPy ... So I added the import_array() and all the needed stuff so that it now compiles. However, when I load the library I obtain :

ImportError: No module named core.multiarray

I didn't find anything on the net about it, what could be the problem ?

Thanks,

Pierre



More information about the NumPy-Discussion mailing list