Using Httplib2 on Python Appengine

后端 未结 4 1712
攒了一身酷
攒了一身酷 2021-01-04 10:56

Why am I getting this error when running my application which is trying to OAuth with Foursquare?

import httplib2
ImportError: No module named httplib2
         


        
4条回答
  •  说谎
    说谎 (楼主)
    2021-01-04 11:08

    https://developers.google.com/api-client-library/python/start/installation

    To install the library and all of its dependencies in an App Engine project, download the file named google-api-python-client-gae-N.M.zip from the list of downloads, where N.M is the version number of the latest release. Unzip that file into your project.

提交回复
热议问题