python - ImportError: No module named httplib2 on Heroku -


here import libraries in python code hosted on heroku

import os flask import flask, render_template import sys, httplib2, json; 

its shows error importerror: no module named httplib2?? can tell me why happening , if way correct it??

do have httplib2 module installed?

try pip install httplib2


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -