That’s a bug in wexpect
. See here 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.
That’s this line telling you that the ./wexpect/wexpect.exe it was hoping to find isn’t there. This will be where those rather odd instructions from that wiki page you shared come in. You’ll need to build wexpect.exe
and place it inside your application.