Hi,
it seems that I have the same trouble, but using Python under Linux:
> I have run into an interesting issue with multiarraymodule.c with
> regards to embedding Python in a C application on Windows XP. In the
> application, the following abbreviated sequence was executed
>
>
>
> 1) Py_Init
I have run into an interesting issue with multiarraymodule.c with
regards to embedding Python in a C application on Windows XP. In the
application, the following abbreviated sequence was executed
1) Py_Initialize
2) numpy is imported
3) Py_Finalize
4) Py_Initialize
5) attempt to import nump