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

    Status: Open => Answered

RaiMan proposed the following answer:
Since Sikuli uses the Java based Jython interpreter only Python modules,
that are completely written in Python or have been ported to the Jython
environment, can be used with Sikuli.

It seems, that zeromq contains some C-based stuff, which would make it
impossible to use with Jython.

If you think, it is Python only, then you might not have the correct reference 
in sys.path.
- find out the the folder in the Python environment, that contains the zeromq 
folder (the one that contains the __init__.py)
- this folder has to be on sys.path at runtime, before using import zeromq

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to