did you try s.setblocking(0)?
Yeah i did but it returns :
socket.error: (10035, 'The socket operation could not complete without blocking')
I dont think i'm doing it right. Where do I put that line of code, is it before or after s.listen(1)??
Hi, i'm fairly new to python (just started using it today infact), and fairly new to programming for that matter.
For my first python program, i've managed to code a simple chat program that allows text to be sent to and from computers on my network. I've also created a GUI for this program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.