Re: [Sikuli-driver] [Question #249508]: How can I work sikulix with zeromq?

2014-06-02 Thread Brian Fu
Question #249508 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/249508

Status: Answered => Solved

Brian Fu confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
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


Re: [Sikuli-driver] [Question #249508]: How can I work sikulix with zeromq?

2014-05-30 Thread RaiMan
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