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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -