I got rid of this error using the latest "dev" version. On Saturday, July 11, 2020 at 9:27:41 AM UTC-4, 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/c1f8f804-da17-40f7-a2ca-f65f2e79e38eo%40googlegroups.com.
