Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working --- not valid in Python script

2018-07-17 Thread Edson Henrique Arantes
Question #670825 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670825

Status: Answered => Solved

Edson Henrique Arantes confirmed that the question is solved:
I should use capture instead of Screen.capture(), thank you RaiMan !

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working --- not valid in Python script

2018-07-17 Thread RaiMan
Question #670825 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670825

Status: Open => Answered

RaiMan proposed the following answer:
1--- get the temporary image file
tempImage = capture(result)

2--- define the new location and image file name
imagePath = "some/absolute/path"
newImage = os.path.join(imagePath, "newImage.png")

3--- move the image file
import shutil
shutil.move(tempImage, newImage)

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working --- not valid in Python script

2018-07-17 Thread RaiMan
Question #670825 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670825

Summary changed to:
1.1.2 Screen.capture(region, 'name') not working --- not valid in Python script

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-16 Thread Alex
Question #670825 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670825

Removed link to bug: #670826
https://bugs.launchpad.net/bugs/670826
"Shotwell images with non-latin characters in file name are not published 
to Flickr"

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #670825]: 1.1.2 Screen.capture(region, 'name') not working

2018-07-16 Thread Alex
Question #670825 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670825

Linked to bug: #670826
https://bugs.launchpad.net/bugs/670826
"Shotwell images with non-latin characters in file name are not published 
to Flickr"

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp