Re: [Tutor] Thread output to GUI Text Field

2016-01-11 Thread Alan Gauld
On 11/01/16 16:12, Patrycja Niewosz wrote: > Hi All, > > I use commands, > > server_address = ('134.32.45.9', 1) > print ('starting up on port '% server_address) > sock.bind(server_address) > > the message pop ups in the window command when I run full code, however I

[Tutor] Thread output to GUI Text Field

2016-01-11 Thread Patrycja Niewosz
Hi All, I use commands, server_address = ('134.32.45.9', 1) print ('starting up on port '% server_address) sock.bind(server_address) the message pop ups in the window command when I run full code, however I would like to print this message in the main GUI, where I ha