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

    Status: Open => Answered

RaiMan proposed the following answer:
the ctypes module cannot be loaded in Jython environment.
Only modules that are completely written in Python language and do not have any 
native C/C++ libraries.

I do not have an easy solution for this.

You have to look out for a Jython or Java library that does what you want.
Other options are JNI and/or JNA.

I use the library bridj in SikuliX to issue a few Windows API calls for the 
system path handling.
(example: see org.sikuli.util.SysJNA.java)

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