← Back to team overview

sikuli-driver team mailing list archive

[Bug 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

 

Good job - besides adding features (commits on GitHub) I did not yet
tell anything about that ;-)

Did you notice the following:
- when opening a .py script the bundlepath (the first place where images are looked for) is set to the containing folder (like it is with .sikuli scripts)

- of course you can use the setBundlePath() and ImagePath features to
point to other image folders

- a new feature special for .py: if the script contains a statement
setBundlePath("path to image folder")
then this of course will have the wanted effect at runtime, but now also for the IDE situation:
- when opening the file, this statement is processed and captured images will be stored there and shown as thumbs in the IDE
- if you add the statement after having opened it, switching to another tab and back will activate this feature as well as using Reset from the tab context menu.

The docs are still waiting to be filled with this information ;-)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1818514

Title:
  [request] make SikuliX available for Python (C-based real Python)

Status in Sikuli:
  In Progress

Bug description:
  currently the plan is to base the implementation on py4j

  some things have to be changed and added in SikuliX.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1818514/+subscriptions


References