← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #265619]: Is it possible to import 'Levenshtein distance between two given strings' in order to detect mispelled words in sikuli?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
JavaScript modules cannot be imported into a Python/Jython environment.

Wether an available Python module can be used in a Jython environment (SikuliX) depends on the way it is implemented.
Modules written in pure Python language usually can be used with SikuliX (an example are the XLS access modules xl..).
Modules relying on C-based stuff cannot be used.

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