bind error!!!!!
Fredrik Lundh
fredrik at pythonware.com
Tue Jan 18 10:56:32 EST 2005
Perrin Aybara wrote:
> my code was working pretty well until yesterday.suddenly it started
> giving me bind error: address already in use.
google has the details:
http://hea-www.harvard.edu/~fine/Tech/addrinuse.html
> but i have logged out and again logged in, but still the problem is not solved
> can somebody give me solution for this
and you're sure that nobody else on this computer is running a process
that's using the same port? on most platforms, you can use "netstat" to
list all active connections and ports.
</F>
More information about the Python-list
mailing list