PDA

View Full Version : object is not callable



krystosan
30th November 2012, 07:24
keep getting error object is not callable on this


redb.clicked[bool].connect(self.setColor)

i am learning PyQt4 on windows 7 x86

Update: i figured out the problem

amleto
30th November 2012, 08:17
You figured it out? Great! And thanks for showing us the solution...

krystosan
30th November 2012, 09:43
well, I am learning PyQt4 from zetcode and i just missed defining the method that was being called...