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

    Status: Open => Answered

RaiMan proposed the following answer:
Since Sikuli uses Jython as Python interpreter, you can only import,
what comes with Jython (most of the standard modules) or any Python
module, that is completely written in Python language (not using any
C-based stuff).

BTW: SendKeys is not a Python 'in-built' module. It only runs on Windows and is 
available here: http://pypi.python.org/pypi/SendKeys/0.3
Since it contains some C-based stuff, you cannot use it 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

Reply via email to