[05/Sep/2006 19:48:56] "GET /site_media/cbc/syntax/Scripts/shBrushXml.js HTTP/1.
1" 200 1899
Traceback (most recent call last):
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 273, in run
self.finish_response()
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 312, in finish_response
self.write(data)
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 391, in write
self.send_headers()
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 443, in send_headers
self.send_preamble()
File "C:\Python24\lib\site-packages\django-0.95-py2.4.egg\django\core\servers\
basehttp.py", line 372, in send_preamble
self._write(
File "C:\Python24\lib\socket.py", line 256, in write
self.flush()
File "C:\Python24\lib\socket.py", line 243, in flush
self._sock.sendall(buffer)
error: (10053, 'Software caused connection abort')
--
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad
I tend to see this error when doing development with the dev server,
and adding a related entry in the Admin (ie. clicking on the green
"plus", adding something in the popup, and pressing Save).
The data always goes into the db, but the popup fails to go away (and
I see that error).
Jay P.
No clue how to solve it. I haven't worried much about it, because it
doesn't hinder my development. And everything works ok once I've
deployed with Apache.
Jay P.