Thank you sir. I run the program in cmd. It is due to some module error. I 
just included it in hidden imports in .spec file. Its working great . 
Thanks again ....

On Saturday, July 11, 2020 at 6:57:41 PM UTC+5:30, bwoodsend wrote:
>
> 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/3a1c85c5-61ff-49a9-bb81-888f74e880d3o%40googlegroups.com.

Reply via email to