From: Sharma, G. <gir...@wu...> - 2016-03-10 01:46:34
|
Dear Kloth, exe is running on other computers now without any problem though the size of the dist folder has increased. It is definitely much easier for the users than to install Anaconda. Thank you. - Girish Sharma ________________________________________ From: Jeremy Kloth <jer...@gm...> Sent: Wednesday, March 9, 2016 5:30 PM To: Sharma, Girish Cc: py2...@li... Subject: Re: [Py2exe-users] .exe file working on my computer but not other computers 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 |