sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49264
Re: [Question #676075]: TypeError ( 'int' object is not callable )
Question #676075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676075
Status: Open => Answered
masuo proposed the following answer:
Such an error occurs when overwriting the function "int" in processing before this.
Once overwritten, you can not restore it, so you need to restart the SikuliX IDE editor.
[example:]
int = 0
int("123")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.