pkgutil.iter_modules() doesn’t require Python files on the file system. The problem is that PyInstaller doesn’t know to collect these submodules at all. Use --collect-submodules=conversionAlgos to fix that although you almost certainly will run into #6294 <https://github.com/pyinstaller/pyinstaller/issues/6294> so you’ll have to use one of the workarounds from there.
-- 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/594aed0c-29ae-40cf-b32f-fae7fc67f5dan%40googlegroups.com.
