Re: [Tkinter-discuss] TKinter and Python asyncio

2017-12-20 Thread Bhaskar Chaudhary
Hi In a slight modification to your code, I created the asyncio event_loop in the main thread and passed it as an argument to the asyncio thread. Now Tkinter won't freeze while the urls are fetched. I have added the modified code as an answer to your stack overflow question here: https://stackove

Re: [Tkinter-discuss] TKinter and Python asyncio

2017-12-20 Thread c.buhtz
X-Post: Dear Bhaskar, thank you very much for your answer and the links. On 2017-12-20 13:06 Bhaskar Chaudhary wrote: > Here's a very simple example I borrowed from > http://blog.iharder.net/2017/02/03/python-asyncio-and