Re: [Numpy-discussion] importing multiarraymodule.c in Python embedding

2007-02-07 Thread Sebastien Bardeau
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

[Numpy-discussion] importing multiarraymodule.c in Python embedding

2007-02-06 Thread Steele, Greg
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