Message269325
With respect to threading: I have close to 0 experience. I know that tkinter is supposed to be 'thread-safe' (Martin Loewis) and that people have real problems mixing threads with tkinter. If you can create a minimal complete verifiable example (SO MCVE), try asking on python-list, or SO, so you can reach people who do know threading.
I suppose you can already guess my thought: for a first draft, block and let users wait. For anything I have done with pip, that would not be very long.
I have done preliminary successful experiments with integrating asyncio and tkinter loop. When I posted to the python-ideas thread on the subject, I got no response, so I moved on. Perhaps I should work on it some more, but I am also busy with IDLE. |
|
Date |
User |
Action |
Args |
2016-06-26 23:41:19 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, ncoghlan, ned.deily, dstufft, upendra-k14, lorenzogotuned |
2016-06-26 23:41:19 | terry.reedy | set | messageid: <1466984479.89.0.57514465794.issue27051@psf.upfronthosting.co.za> |
2016-06-26 23:41:19 | terry.reedy | link | issue27051 messages |
2016-06-26 23:41:19 | terry.reedy | create | |
|