[Python-Dev] question
Senthil Kumaran
orsenthil at gmail.com
Wed Aug 4 09:08:04 CEST 2010
Hello,
Please ask the support questions at:
http://groups.google.com/group/comp.lang.python
This group is for developing python.
On Wed, Aug 4, 2010 at 12:13 PM, Sarah Hasanlo Nikfar
<sara_hasanlo at yahoo.com> wrote:
> 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')
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/orsenthil%40gmail.com
>
>
--
Senthil
More information about the Python-Dev
mailing list