Question #264630 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264630
Status: Open => Answered
RaiMan proposed the following answer:
In Sikuli scripts we use the Python LANGUAGE, but not the Python eco-
system (usually called C-Python).
Sikuli is Java based and we therefor use the Jython interpreter.
With Jython you only can use Python modules completely written in Python
or the equivalent modules ported to Java, so they can be used with
Jython. If a Python module is C-based (usually written in C++) or
depends on C-based stuff (like the Win32.dll) it cannot be used with
Jython and hence not with Sikuli.
--
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