I always resort to Google for puzzling error messages -- a Google
search on "BaseHTTPServer tcp connection denied" turned up this page
(amazing coincidence):
http://aspn.activestate.com/ASPN/Python/Reference/Products/ActivePython/python/lib/module-SocketServer.html
Search down on "connection den
Hi Matt,
Connection Refused basically means that the server socket is too busy to
handle another connection or it's maximum number of conversations has been
reached.
If it's too busy it's basically becuase it can't generate conversation
threads quick enough, or perhaps the conversation threads a