I have a project that compiles to an EXE now, but it gives me the following error when run:
File "C:\cygwin\tmp\pyinstaller_test\pyinstaller\PyInstaller\loader\pyi_iu.py", line 480, in doimport
exec co in mod.__dict__
File "C:\cygwin\proj\build\pyi.win32\proj\out00-PYZ.pyz\twisted.internet.selectreactor", line 14, in <module>
File "C:\cygwin\tmp\pyinstaller_test\pyinstaller\PyInstaller\loader\pyi_iu.py", line 409, in importHook
raise ImportError("No module named %s" % fqname)
ImportError: No module named zope
Any ideas how to fix this?