This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jimhermann
Recipients jimhermann
Date 2008-08-17.23:34:26
SpamBayes Score 4.4779626e-06
Marked as misclassified No
Message-id <1219016069.28.0.247374147192.issue3584@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-08-17 23:34:29jimhermannsetrecipients: + jimhermann
2008-08-17 23:34:29jimhermannsetmessageid: <1219016069.28.0.247374147192.issue3584@psf.upfronthosting.co.za>
2008-08-17 23:34:28jimhermannlinkissue3584 messages
2008-08-17 23:34:26jimhermanncreate