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

    Status: Needs information => Open

Gianni Pucciani gave more information on the question:
Hello,

Sorry, that was just a copy/paste error.
Please consider:
[...]
type(Key.TAB)
type(Key.SPACE)
type("c", KEY_CTRL)
package = Env.getClipboard()
if len(package) == 0 :
    print "Package is empty!"
    sys.exit(1)
print("Package selected :" + package)
[...]

-- 
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