sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01689
Re: [Question #148534]: how to access Serial port for writing and reading data in sikuli??
Question #148534 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/148534
RaiMan proposed the following answer:
the pyserial requirements denote:
Java Communications” (JavaComm) or compatible extension for Java/Jython
so I guess this is missing in your case looking at the error message:
ImportError: No Java Communications API implementation found
I guess the package tries to load "JavaComm" in its __init__.py and
fails, since it cannot find it. So the import is aborted.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.