From: Fahlgren, E. <eri...@sm...> - 2016-06-08 15:29:32
|
Ah, that would make sense, my patched junk assumes those libraries are already in the numpy site-packages… I have always used Christoph Gohlke's builds (http://www.lfd.uci.edu/~gohlke/pythonlibs/) as they already have the MKL packaged in. From: Sharma, Girish [mailto:gir...@wu...] Sent: Wednesday, June 08, 2016 07:59 To: Dimitry Demin; Fahlgren, Eric Cc: Py2...@li... Subject: Re: [Py2exe-users] numpy Hi Dimi, I also had similar problem and got it solved by this email from py2exe group. This is not a perfect solution. But it works. [😊] To get you up and running, you will need to add 'libiomp5md.dll' and 'mkl_core.dll' to your DIST directory. They are located in '<anacodadir>\Library\bin'. For now, copy all the DLL files. This makes the exe run on other computers as well. Best of luck! ________________________________ From: Dimitry Demin <pos...@gm...<mailto:pos...@gm...>> Sent: Wednesday, June 8, 2016 2:33:37 AM To: Fahlgren, Eric Cc: Py2...@li...<mailto:Py2...@li...> Subject: Re: [Py2exe-users] numpy Hi Eric, Thanks a lot for your reply! I followed your steps, but run into old errors :( by executing on site machines. The script is attached. Any ideas are highly appreciated! Sincerely Dimi Traceback (most recent call last): File "testNumpy.py", line 2, in <module> File "numpy\__init__.pyc", line 180, in <module> File "numpy\add_newdocs.pyc", line 13, in <module> File "numpy\lib\__init__.pyc", line 8, in <module> File "numpy\lib\type_check.pyc", line 11, in <module> File "numpy\core\__init__.pyc", line 14, in <module> File "numpy\core\multiarray.pyc", line 12, in <module> File "numpy\core\multiarray.pyc", line 10, in __load ImportError: DLL load failed: The specified module could not be found. |