Question #708914 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708914

    Status: Open => Answered

RaiMan proposed the following answer:
The select does not have positional parameters:

def select(msg="", title="Sikuli Selection", options=(), default=None)

so you have to write:

a = select(msg = "where do you like to log in?", options = login)

the title might also be a helpful parameter.

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

_______________________________________________
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