← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #192054]: can sikuli use python 2.7.2?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
simply no.

It is the Python LANGUAGE (language level 2.5), that is used with
Sikuli.

And the interpreter is Jython, a Java based implementation, that can
easily intermixed with Java but not with Python generally.

Most of the standard modules are available with Jython. There are some
features missing or reduced, that are system specific and implemented in
C with normal Python.

If  you have a Python module, that is totally written in Python
language, you normally can use it with Jython (xlrd, xlwt, unittest 2.7,
...).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.