Re: [Tutor] Tkinter widget (label) updated by TCP/IP message

2018-05-28 Thread Alejandro Chirife via Tutor
. You mentioned "    create thread to run get_network_message" in your pseudocode (in main() ).  Could you guide me towards which Class to use for this? Thanks!AC On Sunday, May 27, 2018, 1:04:22 PM EDT, Alan Gauld via Tutor wrote: On 27/05/18 16:18, Alejandro Chirife

[Tutor] Tkinter widget (label) updated by TCP/IP message

2018-05-27 Thread Alejandro Chirife via Tutor
Hi all, I am having a hard time to create what at first looked like a simple program with Python 3 and Tkinter: The UI consist of a window with a label and a button.   The label shows "waiting for a message" and the button shows "reset display".   The handler for the button click just resets the