← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272442]: Sikulix on Ubuntu in both: IntelliJ Idea IDE and built-in IDE

 

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

    Status: Answered => Open

rblack is still having a problem:
ehh after spending over 20 working hours on this problem, and testing
everything I have eventually come to a conclusion, that the problem is
caused by a bug in IntelliJ Python interpreter, which loads jars from
classpath in wrong, uncontrolled order.

So the conclusion is: You cant run Sikulli script on IntelliJ in Linux
enviorment.

Btw i have managed to run Sikuli in both: Sikuli IDE and Eclipse IDE.

But i have problem with Eclipse debugger. When i try to run script in
debug mode, i get the following errors:

Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/home/jarek/sikuli/Lib/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/home/jarek/sikuli/Lib/threading.py", line 297, in _MainThread__exitfunc
    t.join()
  File "/home/jarek/sikuli/Lib/threading.py", line 128, in join
    raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/home/jarek/sikuli/Lib/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/home/jarek/sikuli/Lib/threading.py", line 297, in _MainThread__exitfunc
    t.join()
  File "/home/jarek/sikuli/Lib/threading.py", line 128, in join
    raise RuntimeError("cannot join current thread")
RuntimeError: cannot join current thread


How to solve that issue?

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