I was using pyinstaller before to try and get my app with twisted as an executable, but I got this error when executing:
Traceback (most recent call last):
Try adding to build_exe_options a specific include of the subpackage i.e. "includes": ["zope.interface"], this should force the inclusion of it.
build_exe_options
"includes": ["zope.interface"],