closing sockets

Grant Edwards grante at visi.com
Tue Oct 4 14:25:00 EDT 2005


On 2005-10-04, Grant Edwards <grante at visi.com> wrote:

>> socket.error: (98, 'Address already in use')
>>
>> how can i get around that
>
> http://www.google.com/search?hl=en&q=socket.error%3A+%2898%2C+%27Address+already+in+use%27%29&btnG=Google+Search
>
> The first hit has this link which explains it very well:
>
> http://hea-www.harvard.edu/~fine/Tech/addrinuse.html

And the second hit has a link to exact python spelling of the
solution explained in the first hit:

http://mail.python.org/pipermail/python-list/2005-April/275088.html

-- 
Grant Edwards                   grante             Yow!  Send your questions
                                  at               to "ASK ZIPPY", Box 40474,
                               visi.com            San Francisco, CA 94140,
                                                   USA



More information about the Python-list mailing list