sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53956
Re: [Question #688114]: get data from external program
Question #688114 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688114
Status: Open => Answered
RaiMan proposed the following answer:
The problem is, that with SikuliX, we are based on Java.
This means, that most C-based Python solutions do not work with SikuliX.
The easiest solution always is to create a file with the information,
that then is read in the SikuliX script.
The next option is some pipe solution (e.g. socket based communication).
The best would of course be a solution, that triggers the information
grabbing from the script with a direkt return of information.
... but I do not have experiences in your setting.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.