sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42360
Re: [Question #630628]: Python PIL or Pillow not useable in SikuliX Jython context (contains C-based stuff)
Question #630628 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/630628
Status: Open => Answered
RaiMan proposed the following answer:
Python modules like PIL/Pillow cannot be used in SikuliX directly, since they contain C-based code and access to native libraries.
SikuliX uses Jython as interpreter, which is Java based and only allows Python modules completely written in Python language (examples are the xl.. modules to access Excel files)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.