Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python25\lib\lib-tk\Tkinter.py", line 1403, in __call__
return self.func(*args)
File "C:\Users\Kuba\Desktop\moduly\operator.py", line 35, in vyrid
self.data.update('test', 'vyreseno = "1", id1 = "%i", id2 = "%i"
', 'id = &i' % (int(self.id1.get(ACTIVE)[0]), int(self.id2.get(ACTIVE)[0]),
int(self.id.get(ACTIVE)[0])))
TypeError: not all arguments converted during string formatting
Cao, zkoušel jsem si udělat takovej malej prográmek, ale když se ho snažím pustit, vyhodi me tenhle Error, snažil jsem se to nějak vyřešit, ale vůbec na nic jsem nepřisel :(