← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #353956]: Permission issue with Selenium in Sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- 1. Python itself is not relevant for SikuliX.
internally it uses Jython as Python language interpreter (Java based).

--- 2. Copying Python modules to the Sikuli environment
the solution you chose is principally ok, but depending on the Python environment you chose at pip time (2.7 or 3+), the installed modules might not work with SikuliX 1.1.0, which is at Python language level 2.5 and Jython 2.5 has many incompatibilities especially towards Python 2.7.

You should try with SikuliX 1.1.1 (http://sikulix.com), which contains
Jython 2.7 and has some options especially for integrating compatible
Python modules without the need to copy anything
(http://sikulix-2014.readthedocs.io/en/latest/scenarios.html#access-
python-packages-from-sikulix-scripts-run-by-sikulix-gui-or-commandline).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.