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

Jason D Tran posted a new comment:
I want to take screenshot of desktop then move it to a folder:

import shutil
img = type("3", KEY_SHIFT|KEY_META)
shutil.move(img, '/Users/Log/img.png')

Error: 
TypeError: rename(): 1st arg can't be coerced to String

Any suggestion?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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

Reply via email to