PDA

View Full Version : Getting Python httplib2 0.5+ so it works with Python 3



jamieleshaw
March 3rd, 2010, 10:01 AM
Hello, I'm trying to install httplib2 0.6 on Ubuntu 9.10 so It will work with Python3.
I tried using the normal install provided by httplib2 but Python 3 still says module does not exist.
Any help would be much appreciated. :D

jamieleshaw
March 3rd, 2010, 11:14 PM
bumpity bump! :P

snova
March 4th, 2010, 01:04 AM
By the look of it, you install the Python 3 version with:


sudo python3 setup.py install

jamieleshaw
March 4th, 2010, 11:38 PM
By the look of it, you install the Python 3 version with:


sudo python3 setup.py install
Thanks! that worked.
Much appreciated.