i am writing a GUI programm with Tkinter. I dont want to use the tk.mainloop(), course it is in an While loop. I want to use tk.update_idletasks() or tk.update(). but when i try it, I get the folloing message:
What can i do?Traceback (most recent call last):
File "C:\Users\XXX\AppData\Local\Programs\Python\Python36-32\Programme\Hello World.py", line 51, in <module>
tk.update()
AttributeError: module 'tkinter' has no attribute 'update'
Thanks, Woody