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
Post a Comment