(original) (raw)
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')
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')