tt = ui("gui.ui") table = tt.table for i in range(1000): for j in range(1000): try: table.call("setItem",0,0, "blera") except KeyboardInterrupt: raise except: print("hot it doa") else: print("hot doa") # table.call("getItem",0,0)