[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
- Previous message (by thread): [Numpy-discussion] Test post - ignore
- Next message (by thread): [Numpy-discussion] Recarray attributes writeable (3rd try)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Numpy-discussion] Test post - ignore
- Next message (by thread): [Numpy-discussion] Recarray attributes writeable (3rd try)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]