That’s a bug in wexpect. See here <https://github.com/raczben/wexpect/blob/8ce905938801edc6f3b4154a617f06efafb73e8f/wexpect/host.py#L103> where they’re misusing the __init__.py as a regular module. It should be just from . import spawn. Try changing that line in your copy and if it works, I'll ask the wexpect devs to change it permanently. On Friday, January 7, 2022 at 9:06:35 AM UTC Blake D. wrote:
> > [image: Capture.PNG] > This is the error message I keep receiving. I've tried to do what ' > https://github.com/raczben/wexpect/wiki/Wexpect-with-pyinstaller ' says > and I followed it exactly but I still receive the exact same error as seen > above. I also tried importing the missing module as a hidden import > (--hidden-import=...) but that did not work either. I am also very new to > python so that doesn't help me very much in troubleshooting. Any guidance > will be greatly appreciated! > -- 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 pyinstaller+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/0d70f9ce-6617-4624-bb5d-5b3c8788066dn%40googlegroups.com.