← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #698171]: Issue setting up Sikuli Eclipse

 

Question #698171 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/698171

RaiMan proposed the following answer:
Additionally:

--- remove any SikuliX related stuff or references from your Eclipse
Pydev before you go into the steps mentioned above.

--- It is recommended to use the SikuliX IDE for image handling. To be
in line with your PyDev usage, always create a new project in PyDev and
then aditionally/in parallel open the main py file in the SikuliX IDE.
This would store captured images in the Project root folder.

If you are working this way with images, you have to add 
setBundlePath("<project root folder>")
in the script before refencing images.

Another option is to use the ImagePath feature.

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