sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54784
Re: [Question #689767]: addHotkey cannot coerce 3rd argument to HotkeyListener
Question #689767 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689767
Status: Open => Answered
RaiMan proposed the following answer:
from org.sikuli.script import *
should not be used and is not necessary in any case.
Only in sub-scripts (Python scripts called from a main script) you need: (see docs)
from sikuli import *
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.