sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31542
Re: [Question #264630]: Python multiprocessing module is not recognized -- not supported by Sikuli/Jython
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.