CHAPTER 14 ■ HTTP WEB SERVICES
234
Introducing httplib2
Before you can use httplib2, you’ll need to install it. Visit http://code.google.com/p/httplib2/,
and download the latest version. httplib2 is available for Python 2.x and 3.x; make sure you get the
Python 3 version, named something like httplib2-python3-0.5.0.zip.
Unzip the archive; open a terminal window, and go to the newly created httplib2 directory. On
Windows, open the Start menu; select Run; type cmd.exe, and press Enter to open a command prompt.
Listing 14-11 shows what to type once you’ve opened a command prompt.
Listing 14-11. Installing httplib2 on Windows
c:\Users\pilgrim\Downloads> dir
Volume in drive C has no label.
Volume Serial Number is DED5-B4F8
Directory of c:\Users\pilgrim\Downloads ...