(前略) return h.request(url) File "/home/msmhrt/mypython/lib/python3.1/site-packages/httplib2-0.6.0-py3.1.egg/httplib2/__init__.py", line 1088, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/home/msmhrt/mypython/lib/python3.1/site-packages/httplib2-0.6.0-py3.1.egg/httplib2/__init__.py", line 859, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) File "/home/msmhrt/mypython/lib/python3.1/site-packages/httplib2-0.6.0-py3.1.egg/httplib2/__init__.py", line 828, in _conn_request response = conn.getresponse() File "/usr/lib/python3.1/http/client.py", line 1014, in getresponse method=self._method) File "/usr/lib/python3.1/http/client.py", line 278, in __init__ self.fp = sock.makefile("rb") AttributeError: 'NoneType' object has no attribute 'makefile'
Bitbucket.orgで解決できそうなパッチを見つけたので、Python3向けに修正してから適用して様子見中。
0 件のコメント:
コメントを投稿