← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #684900]: Using Google Vision API

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
see:
https://sikulix-2014.readthedocs.io/en/latest/scenarios.html#access-python-packages-from-sikulix-scripts-run-by-sikulix-gui-or-commandline

be aware: python modules used in the SikuliX environment must:
- be written in plain python
- not contain any C-based stuff nor dependencies to native libraries
- conform to Python language level 2.7

means: can be used in a Jython environment.

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