Hi, I am using two obfusctaed library in my project, thus pyinstaller hooks can not find all the packages. When I give missing packages as hidden imports they are not included in the dist folder.
I also tried to add custom hooks for missing pakcages but that didn't help. Is there any way to disable hooks and import everthing given in hidden imports? I tried 'pyinstaller my.spec' and 'python -m PyInstaller my.spec' and result was the same. KR Batuhan A. -- 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/21301b7f-5fe8-4506-bd01-7f2df455e819n%40googlegroups.com.
