← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185240]: How to import in-built Python modules in Sikuli?

 

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.