Hi Jeremy, I added the list of MKL DLLs to include_files in setup.py and it worked like a charm. Thank you so much!
Wayne -----Original Message----- From: Jeremy Kloth [mailto:jeremy.kl...@gmail.com] Sent: Thursday, March 10, 2016 2:21 PM To: primary discussion list for use and development of cx_Freeze <cx-freeze-users@lists.sourceforge.net> Subject: Re: [cx-freeze-users] numpy ImportError running frozen exe On Thu, Mar 10, 2016 at 12:49 PM, Wayne Boras <wayne.bo...@lethbridge.ca> wrote: > I’ve created a frozen executable based on an installation of Anaconda. > The freeze process works fine, but when I run the frozen exe, it > produces the traceback below. I’ve tried this using both 32- and > 64-bit installations of Anaconda. I’ve also tried adding numpy and > numpy.core.multiarray to both packages and includes. All modules > (including numpy) were installed using “conda install <packagename>”, > except cx_Freeze, which was installed using “pip install cx_freeze”. Since we've just finished with a discussion on this exact issue on the py2exe ML, I can tell you that the error is coming from the MKL DLLs not be picked up properly. The relevant files live in the '<anacondadir>\Library\bin' directory. The list of files that also need to be included can be found in the '<anacondadir>\conda-meta\mkl-<version>.json' file. -- Jeremy Kloth ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-users ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140 _______________________________________________ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-users