From: Jeremy K. <jer...@gm...> - 2016-03-09 23:30:07
|
On Wed, Mar 9, 2016 at 4:17 PM, Sharma, Girish <gir...@wu...> wrote: > Dear Kloth, > > I thought that the exe was running fine but there is still a problem. > > Background: In my .py file I used Tkinter to make a GUI and take inputs. Then I use scipy, numpy functions to create some plots, which I produce using matplotlib. > > I thought the exe is running because there are no errors in the log file now and the Tkinter window opens, takes inputs but it fails to give me plots when I submit my inputs to the GUI (which I did not check earlier) Well, the same problem that occured with mkl_intel_thread.dll is probably happening with other modules. I've run out of time to investigate further, but a quick solution would be to copy all the .dll files from '<anacondadir>\Library\bin' to the DIST directory. It adds bloat to the final distribution, but should fix the problem. -- Jeremy Kloth |