Dear Bhaskar, thank you for your answer.
On 2017-12-18 20:37 Bhaskar Chaudhary <bha100...@gmail.com> wrote: > No its not at all a bad idea to combine tkinter with asyncio. Asyncio > is a good thing to use whenever you have an I/O bound task which is > likely to take too much time and interfere with the main loop. I think here is my point. Tkinter has a loop and asyncio has a loop. How can I combine this? I couldn't finde a Tkinter-asyncio-example on the internet. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org https://mail.python.org/mailman/listinfo/tkinter-discuss