> W: no module named zope.interface.implements (top-level import by >> twisted.internet.abstract) >> >> a few more info: new setup, using virtualenv and installing zope with pip, not from .deb package:
initially iu.py aborts with Import error "No module named zope" once done the workaround ( empty __init__.py in ENV/lib/python2.7/site-packages/zope ) the EXE runs, but doesn't work properly. The first warning in pyinstaller log are still: W: no module named zope.interface.implements (top-level import by twisted.internet.abstract) so, is it a different beast, or just the same bug in a different incarnation? Thanks, Joe -- 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/-/zbJIY6rRRbIJ. 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.
