Does anyone know the best/recommended way to call Sikuli scripts directly from Python (CPython).
This post: https://answers.launchpad.net/sikuli/+question/124759 recommends XMLRPC, which seems a bit byzantine.
and this: https://answers.launchpad.net/sikuli/+question/108782 talks about a direct inclusion, but seems deprecated or non functional.
Example code would be very useful please.