2016-09-13 6 views
0

私はペリカンと一緒にブログを作ろうとしていました。オンラインで検索すると、Webの問題のように見えます(私はこれらのことに慣れていません)、私は明確な解決策を見ませんでした。誰かに光を当てることはできますか?私はPython 2.7でUbuntuを実行していました。ありがとう! Pythonの情報:ペリカンは壊れたパイプでエラーを返しますか?

Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2

エラー情報:それはバージョンのものがある場合..

127.0.0.1 - - [13/Sep/2016 13:23:35] "GET/HTTP/1.1" 200 - WARNING:root:Unable to find/file. WARNING:root:Unable to find /.html file. 127.0.0.1 - - [13/Sep/2016 13:24:31] "GET/HTTP/1.1" 200 - ---------------------------------------- Exception happened during processing of request from ('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

答えて

0

は、まあ、私はUbuntuでピップをインストールして、それがすべて働いていた。..

わからない

関連する問題