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

    Status: Open => Answered

RaiMan proposed the following answer:
what you get with

a = App.getClipboard();

is a string, that represents a valid Python list notation.

so you can get the "real" list this way:

aAsList = eval(a)

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to