sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41241
Re: [Question #441818]: Using 3rd party java libraries
Question #441818 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/441818
Brian Cerny gave more information on the question:
According to the Jython Docs, it should be easy to do. However,
following the code sample produces less than satisfactory results.
http://www.jython.org/jythonbook/en/1.0/ModulesPackages.html#module-
search-path-and-loading
import sys
sys.path.append('c:/users/brian/download/jna-platform-4.3.0.jar')
import com.sun.jna
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named jna
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.