sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49259
[Question #676075]: TypeError ( 'int' object is not callable )
New question #676075 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676075
My problem code is as follows:
tloop=0
num=input("number?")
num=int(num)
while tloop <= num:
..........
My error is that it say "[error] TypeError ( 'int' object is not callable )"
Also if I remove num=int(num) then it loops forever.
The I am surely inputting a number, I have tried many.
Ideas?
Thanks!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.