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
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