Re: [Tutor] website information

2005-04-18 Thread Danny Yoo
On Mon, 18 Apr 2005, Williams, Thomas wrote: > Does anyone know how to prevent this error from occurring: IOError: > [Errno socket error] (10060, 'Operation timed out'). Hi Tom, You can adjust the amount of time that sockets will wait, by using socket.setdefaulttimeout(): http://www.pytho

[Tutor] website information

2005-04-18 Thread Williams, Thomas
Does anyone know how to prevent this error from occurring: IOError: [Errno socket error] (10060, 'Operation timed out').   I have searched for solutions without any success.   Tom Williams     ___ Tutor maillist - Tutor@python.org h