sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25812
[Bug 1318074] [NEW] Regression: 1.1.0 IDE wont load script with an image from a addImagePath()
Public bug reported:
Worse yet, commenting out this image in the script didn't work either.
Mac Mavericks 10.9.2, Java 7, SikuliX 1.1.0
Steps to repo:
1. Create an image in a folder to be loaded, e.g. /var/tmp/images/foo.png
2. Create a script /Users/me/bar.sikuli/bar.py that loads that image as so:
addImagePath('/var/tmp/images')
click('foo.png')
3. Save and open the script in the IDE:
Expected: script to open
Got:
[error] Image: could not be loaded from /var/tmp/images/foo..png
[error] Can't load file /Users/me/bar.sikuli/ --- check available runners!
Open the same file in 1.0.1. It works.
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1318074
Title:
Regression: 1.1.0 IDE wont load script with an image from a
addImagePath()
Status in Sikuli:
New
Bug description:
Worse yet, commenting out this image in the script didn't work either.
Mac Mavericks 10.9.2, Java 7, SikuliX 1.1.0
Steps to repo:
1. Create an image in a folder to be loaded, e.g. /var/tmp/images/foo.png
2. Create a script /Users/me/bar.sikuli/bar.py that loads that image as so:
addImagePath('/var/tmp/images')
click('foo.png')
3. Save and open the script in the IDE:
Expected: script to open
Got:
[error] Image: could not be loaded from /var/tmp/images/foo..png
[error] Can't load file /Users/me/bar.sikuli/ --- check available runners!
Open the same file in 1.0.1. It works.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1318074/+subscriptions
Follow ups
References