Why am I getting this error when running my application which is trying to OAuth with Foursquare?
import httplib2 ImportError: No module named httplib2
Add httplib2 as a third party library as documented here:
httplib2
https://cloud.google.com/appengine/docs/python/tools/libraries27#vendoring
Install with:
pip install -t lib httplib2