i download and install in local openerp-7.0-latest.tar.gz. And every time when i run the server i get this error:
`----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 54037)
Traceback (most recent call last):
2014-04-20 22:45:22,135 17491 INFO exemple8 werkzeug: 127.0.0.1 - - [20/Apr/2014 22:45:22] "GET /web/binary/company_logo HTTP/1.1" 200 -
File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__ self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 710, in finish self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 279, in close self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Relais brisé (pipe)
----------------------------------------`
Can you explain me what is it please ?
↧