The thread is "Dynamic module not initialized properly" http://projects.scipy.org/pipermail/numpy-discussion/2007-April/026999.html
>From this post: "...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 variable "_multiarray_module_loaded" gets set. When Python is finalized is does not unload the multiarraymodule.c DLL. When Python is initialized again and "numpy" is imported again, the static variable is already set and multiarraymodule does not import correctly. Hence the error." "... What needs to be done long term is the removal of the static variable in multiarraymodule. I don't understand the code well enough to know why it is needed, but that appears to be the crux of the issue ..." On Fri, Apr 4, 2008 at 3:37 PM, Matthias Klose <[EMAIL PROTECTED]> wrote: > can't find the thread on > http://projects.scipy.org/pipermail/numpy-discussion/2007-April/thread.html > is this same behaviour with a recent version in hardy? > > > ** Changed in: python-numpy (Ubuntu) > Status: New => Incomplete > > > > -- > import numpy fails after Py_Finalize in embedded python > https://bugs.launchpad.net/bugs/184920 > You received this bug notification because you are a direct subscriber > of the bug. > -- import numpy fails after Py_Finalize in embedded python https://bugs.launchpad.net/bugs/184920 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
