Re: [Numpy-discussion] Dynamic module not initialized properly

2007-04-02 Thread Steele, Greg
Mark, It is hard to comment since you have not provided much information. Your link to a previous thread brought up a post that I had sent. The issue that I encountered had to do with the "multiarraymodule.c" extension module. When "numpy" is imported, it imports this module and the static vari

[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