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

RaiMan posted a new comment:
Sorry, no.
This version 1.1.x experimental server is a dead-end (hence not in the official 
docs).

But if it is on the same machine, what you are doing, then it should not
be a problem, to implement this handling as mentioned before in your
scripts.

The mentioned file-only method could even be implemented based on the
import feature with the trigger file being an appropriate script

trigger.script
scriptname = foobar
parameters = [..., ...]

someOther.script
import trigger
runScript(trigger.scriptname, trigger.parameter)

-- 
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