[Tkinter-discuss] TKinter and Python asyncio

c.buhtz at posteo.jp c.buhtz at posteo.jp
Mon Dec 18 15:21:37 EST 2017


Dear Bhaskar,

thank you for your answer.

On 2017-12-18 20:37 Bhaskar Chaudhary <bha100710 at 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.


More information about the Tkinter-discuss mailing list