Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Dev

question

 

 

Python dev RSS feed   Index | Next | Previous | View Threaded


sara_hasanlo at yahoo

Aug 3, 2010, 11:43 PM

Post #1 of 5 (280 views)
Permalink
question

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')


orsenthil at gmail

Aug 4, 2010, 12:08 AM

Post #2 of 5 (277 views)
Permalink
Re: question [In reply to]

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> 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
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/orsenthil%40gmail.com
>
>



--
Senthil
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


tjreedy at udel

Aug 4, 2010, 11:50 AM

Post #3 of 5 (267 views)
Permalink
Re: question [In reply to]

On 8/4/2010 3:08 AM, Senthil Kumaran wrote:
> Hello,
>
> Please ask the support questions at:
>
> http://groups.google.com/group/comp.lang.python

Some people filter out posts from google because of spam.
Better gmane.comp.python.general at news.gmane.org
or python-list at python.org.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


python at mrabarnett

Aug 3, 2012, 12:15 PM

Post #4 of 5 (113 views)
Permalink
Re: Question [In reply to]

On 03/08/2012 19:53, Dheeraj Goswami wrote:
> Hi Python Gurus,
> I am an experienced Java developer and have been working on it for about
> 8 years. I need to build a web 2.0/AJAX based website/application and I
> am thinking to build it in Django which means I need to learn and move
> to Python.
>
> Please advise is it really worth moving from Java world into Python
> world? Will it really be fun to build in Django.
>
> PS: I dont like magics so I will never use Ruby/Rails as I am not that
> kind of guy.
>
This list is for the development _of_ Python, not development _with_
Python.

Please post to python-list [at] python instead.
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


rosuav at gmail

Aug 3, 2012, 12:20 PM

Post #5 of 5 (113 views)
Permalink
Re: Question [In reply to]

On Sat, Aug 4, 2012 at 4:53 AM, Dheeraj Goswami
<dheerajgoswami [at] yahoo> wrote:
> Hi Python Gurus,
> I am an experienced Java developer and have been working on it for about 8
> years. I need to build a web 2.0/AJAX based website/application and I am
> thinking to build it in Django which means I need to learn and move to
> Python.
>
> Please advise is it really worth moving from Java world into Python world?
> Will it really be fun to build in Django.

This list is more about the development _of_ Python rather than
development _with_ Python. You'll get more responses on
python-list [at] python instead.

But I would say that yes, it IS worth moving from Java to Python. If
nothing else, learning more languages is always advantageous!

Chris Angelico
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com

Python dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.