sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54345
Re: [Question #689061]: sikuli Connectiong to MSSQL
Question #689061 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689061
Status: Open => Answered
RaiMan proposed the following answer:
Yes, I am really sorry for the buzz - it does not work, whatever you do.
It is already partly fixed in 2.0.4 (not yet available).
I have to finalize it and then I will release the 2.0.4 asap.
Another workaround is as follows:
in your script add to the top
import org.sikuli.script.SikulixForJython
from sikuli import *
... and remove the load()
make a cmd:
set CLASSPATH= .... setup a valid classpath (except jython, preferably with a sikulixapi....jar)
c:\jython2.7.1\bin\jython.exe yourscript.py
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.