Changes between Initial Version and Version 1 of Ticket #4444
- Timestamp:
- Jun 1, 2007, 2:40:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4444 – Description
initial v1 8 8 9 9 Can anyone shed some light on this issue, I'd be really grateful. 10 10 {{{ 11 #!python 11 12 Traceback (most recent call last): 12 13 File "/usr/local/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 273, in run … … 25 26 self._sock.sendall(buffer) 26 27 error: (32, 'Broken pipe') 28 }}} 27 29 28 30 29