Py学习  »  问与答

请问DJANGO中配置JS/CSS时,加载报错,求助

87879279 • 10 年前 • 4408 次点击  

请问DJANGO中配置JS/CSS时,加载报错

[15/Oct/2014 12:36:29] "GET /js/ie-emulation-modes-warning.js HTTP/1.1" 500 59
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 42249)
Traceback (most recent call last):
  File "C:\Python27\lib\SocketServer.py", line 593, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Python27\lib\SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Python27\lib\site-packages\django-1.6.6-py2.7.egg\django\core\servers
\basehttp.py", line 126, in __init__
    super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  File "C:\Python27\lib\SocketServer.py", line 651, in __init__
    self.finish()
  File "C:\Python27\lib\SocketServer.py", line 710, in finish
    self.wfile.close()
  File "C:\Python27\lib\socket.py", line 279, in close
    self.flush()
  File "C:\Python27\lib\socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10054]

是什么原因呢

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/708
 
4408 次点击  
文章 [ 1 ]  |  最新文章 10 年前