← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #284961]: 'module' object has no attribute 'RTLD_GLOBAL'

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Python modules, that use C-based stuff inside, cannot be used with Jython, which is Java based.
Only Python modules, written in pure Python can hence be used with SikuliX.

You might try a solution, that runs your Python stuff in a subprocess
with Python interpreter and somehow communicates with your main script
running with Jython (or other way round if this is more suitable).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.