← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #664775]: Process finished with exit code 137 (interrupted by signal 9: SIGKILL)

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
when you run a script in PyCharm (which is the same as if running it with plain Jython) you have to say, where the images are.
This is because in PyCharm you run the myScript.py directly, where as in the IDE it is the myScript.sikuli, which is opened and run, having the knowledge about the bundle path.

see: 
http://sikulix-2014.readthedocs.io/en/latest/scripting.html#importing-other-sikuli-scripts-reuse-code-and-images

... and be aware of
https://github.com/RaiMan/SikuliX-2014/wiki/Jython-in-IDEs-like-Eclipse-or-running-it-from-commandline

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