Example of installing the HTTPLIB2 module
1 Download Module
To "https://code.google.com/p/httplib2/" to download a suitable compression package "httplib2-0.4.0.zip" This should not be
Go to Github:https://github.com/jcgregorio/httplib2
Https://pypi.python.org/pypi/httplib2#downloads here are "Httplib2-0.9.zip" and "httplib2-0.9.tar.gz".
2 Unzip the downloaded compressed package "Httplib2-0.4.0.zip" to a directory
3 Configuring Python's operating environment under DOS
(Before you need to configure the system environment variables, add the Python installation directory after the system environment variable path, such as c:\python2.7)
4 dos Install HTTPLIB2 module
Go to the Httplib2-0.4.0.zip directory and run the Python setup.py install
Note: Use Easy_install httplib2 under Ubuntu
How do I install other modules in the Python development tool idle under Windows?