Open GoogleCodeExporter opened 8 years ago
What OS/architecture/python version are you using?
Can you attach the result of the following command:
python -c 'import httplib; print httplib.__file__'
Original comment by markp...@google.com
on 9 Feb 2015 at 10:57
I'm on MacOSX and Python 2.7.8.
$ python -c 'import httplib; print httplib.__file__'
/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/py
thon2.7/httplib.pyc
Original comment by n...@noderabbit.com
on 10 Feb 2015 at 3:27
Strangely, httplib2 is coming from a different place:
$ python -c 'import httplib2; print httplib2.__file__'
/usr/local/lib/python2.7/site-packages/httplib2/__init__.pyc
Original comment by n...@noderabbit.com
on 10 Feb 2015 at 3:29
I received this error as well on OSX 10.10 and homebrewed python. Upgrading
python via homebrew resolved the issue for me.
$ brew update && brew upgrade python
Original comment by c...@dubberly.com
on 8 Apr 2015 at 11:14
Original issue reported on code.google.com by
n...@noderabbit.com
on 9 Feb 2015 at 6:33