Well you're current build in your second link is failing due to the 
[pkg_resources hidden 
module](http://pyinstaller.47505.x6.nabble.com/ModuleNotFoundError-No-module-named-pkg-resources-py2-warn-td2779.html)
 
which you can fix by adding `"pkg_resources. py2_warn"` to the 
`hiddden_imports=[]` list in the spec file. You can run your exe from cmd 
(just `dist\ImageComparison\ImageComparison.exe`) which will allow you to 
see the error message and track down the issue if your program closes 
instantly.

I can't build your project because I don't have this `kivy_deps`module. I 
take it that this is a module you wrote but didn't put in the rar?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/e4d571cf-8f8c-4745-9151-ffe7d660c419n%40googlegroups.com.

Reply via email to