"socket operation on non socket" on Windows

Terry Reedy tjreedy at udel.edu
Tue Jan 11 12:04:20 EST 2011


On 1/11/2011 6:18 AM, wiz1024 wiz1024 wrote:
> Hi
>
> I have a problem on Windows with the module urllib2 with python 2.5
>
> when i use the "urlopen" function, i have some time the following error :
> error<urlopen error (10038, 'Socket operation on non-socket')>
>
> I don't understand why suddenly  this error arrives
> The urlopen function is called from a thread

Give us both the failing call and the complete copy-and-pasted traceback.

-- 
Terry Jan Reedy




More information about the Python-list mailing list