Question #434373 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/434373

    Status: Open => Answered

RaiMan proposed the following answer:
SikuliX 1.0.1 uses Jython 2.5 and SikuliX 1.1.1+ use Jython 2.7.

Your problem is a Jython problem, that happens if the same script is run
again in the same interpreter instance. The socket implementation does
not seem to be stateless.

Solution: run the the script from commandline (even in parallel to
having the script open in The IDE).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to