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?
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/pyinstaller/-/Azbz4iJ_H6MJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.