Imports of hidden imports are not being analyzed · Issue ...
github.com › pyinstaller › pyinstallerAug 15, 2014 · def Run (scripts, pathex = None, hiddenimports = None, hookspath = None, excludes = None, runtime_hooks = None): import pkg_resources def get_toplevel (dist): distribution = pkg_resources. get_distribution (dist) if distribution. has_metadata ('top_level.txt'): return list (distribution. get_metadata ('top_level.txt'). split ()) else: return [] packages = hiddenimports or [] for distribution in hiddenimports: packages += get_toplevel (distribution) scripts = scripts or [] # script name must ...