python - pelican make serve error with broken pipe? -


i trying make blog pelican, , in step of make serve had below errors. searching online looks web issue ( i'm not familiar these @ ) , didn't see clear solution. shed light on? running on ubuntu python 2.7. thanks! python info:

python 2.7.6 (default, jun 22 2015, 17:58:13) [gcc 4.8.2] on linux2

error info:

127.0.0.1 - - [13/sep/2016 13:23:35] "get / http/1.1" 200 - warning:root:unable find / file. warning:root:unable find /.html file. 127.0.0.1 - - [13/sep/2016 13:24:31] "get / http/1.1" 200 - ---------------------------------------- exception happened during processing of request ('127.0.0.1', 51036) traceback (most recent call last): file "/usr/lib/python2.7/socketserver.py", line 295, in _handle_request_noblock self.process_request(request, client_address) file "/usr/lib/python2.7/socketserver.py", line 321, in process_request 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] broken pipe

well installed pip on ubuntu , worked..

not sure if version thing..


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -