New submission from Jim Hermann <[EMAIL PROTECTED]>: When I installed Python 2.5.2 on my Fedora Core 4 system, I ran 'make test" and the process stopped at this point:
test_urllib2_localnet Exception in thread Thread-1067: Traceback (most recent call last): File "/usr/local/src/Python-2.5.2/Lib/threading.py", line 486, in __bootstrap_inner self.run() File "/usr/local/src/Python-2.5.2/Lib/test/test_urllib2_localnet.py", line 64, in run self._RequestHandlerClass) File "/usr/local/src/Python-2.5.2/Lib/test/test_urllib2_localnet.py", line 22, in __init__ RequestHandlerClass) File "/usr/local/src/Python-2.5.2/Lib/SocketServer.py", line 330, in __init__ self.server_bind() File "/usr/local/src/Python-2.5.2/Lib/BaseHTTPServer.py", line 101, in server_bind SocketServer.TCPServer.server_bind(self) File "/usr/local/src/Python-2.5.2/Lib/SocketServer.py", line 341, in server_bind self.socket.bind(self.server_address) File "<string>", line 1, in bind error: (98, 'Address already in use') Thanks. Jim ---------- components: Tests messages: 71300 nosy: jimhermann severity: normal status: open title: Exception for test_urllib2_localnet type: crash versions: Python 2.5 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3584> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com