Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iainms

    Python socket programming

    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)??
  2. iainms

    Python socket programming

    Thanks for the suggestion. I think you're right but I dont have the slightest clue about multi-threaded applications. Oh well, better get google-ing.
  3. iainms

    Python socket programming

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

Part and Inventory Search

Back
Top