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

2007-04-02 Thread Mark Janikas
hings work out. Thanks again, MJ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steele, Greg Sent: Monday, April 02, 2007 9:07 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Dynamic module not initialized properly

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

2007-04-02 Thread Steele, Greg
to call FreeLibrary on all the DLLs during Py_Finalize. Greg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Janikas Sent: Friday, March 30, 2007 4:55 PM To: Discussion of Numerical Python Subject: [Numpy-discussion] Dynamic module not initialized properly Hello all,

[Numpy-discussion] Dynamic module not initialized properly

2007-03-30 Thread Mark Janikas
Hello all, I am having an issue importing numpy on subsequent (I.e. not on first load) attempts in our software. The majority of the code is written in C, C++ and I am a python developer and do not have direct access to a lot of it. This is a bit of a difficult question to ask all of you beca