[Python-Dev] question

Sarah Hasanlo Nikfar sara_hasanlo at yahoo.com
Wed Aug 4 08:43:15 CEST 2010


hi 
i face with problem when i run one sample on cygwin:
please help me
 
Exception happened during processing of request from ('127.0.0.1', 49154)
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/usr/local/lib/python2.5/SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "/usr/local/lib/python2.5/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/lib/python2.5/SocketServer.py", line 522, in __init__
    self.handle()
  File "/usr/local/lib/python2.5/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/usr/local/lib/python2.5/BaseHTTPServer.py", line 310, in handle_one_req
uest
    method()
  File "/usr/local/lib/python2.5/SimpleHTTPServer.py", line 46, in do_GET
    self.copyfile(f, self.wfile)
  File "/usr/local/lib/python2.5/SimpleHTTPServer.py", line 175, in copyfile
    shutil.copyfileobj(source, outputfile)
  File "/usr/local/lib/python2.5/shutil.py", line 29, in copyfileobj
    fdst.write(buf)
  File "/usr/local/lib/python2.5/socket.py", line 274, in write
    self.flush()
  File "/usr/local/lib/python2.5/socket.py", line 261, in flush
    self._sock.sendall(buffer)
error: (113, 'Software caused connection abort')


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20100803/d4b65a54/attachment.html>


More information about the Python-Dev mailing list