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

    Status: Open => Answered

RaiMan proposed the following answer:
Had a short look on the atomic stuff.

Seems to be not only Python, but some native ObjectiveC or C++ based elements 
included.
Hence it cannot be used with SikuliX(Jython) directly (only Python-only stuff 
like xlrd)

So subprocess might be a solution (but be aware of the startup time, if the 
solution runs scripts in a subprocess).
Faster but a bit more complex are solutions based on 
inter-process-communication like XML-RPC and similar (client-server 
communication).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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