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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

