← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #151278]: no module named sikuli.Sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
It is not possible, to use

from sikuli.Sikuli import *

in real Python (using e.g. Python 2.6 Interpreter).

Sikuli can only be run from Python scripts using the Jython interpreter
(the Sikuli features are based on Java).

And you can only use Python modules, that are supported by the Jython
Environment (currently with Sikuli it is all standard features from
Python 2.5 and some ported modules - C-based Python modules cannot be
used (e.g. PIL))

Come back if you need help about how to run Python scripts that want to
use Sikuli features using Jython.

might be helpful: https://answers.launchpad.net/sikuli/+question/141302

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