import newrelic.agent
newrelic.agent.initialize('/opt/web-apps/web2py/newrelic.ini')import gluon.mainimport oauth2 as oauth
File "/opt/web-apps/web2py/gluon/custom_import.py", line 95, in custom_importer
raise e2 # there is an error in the module
KeyError: 'httplib2'
--
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/5r2YXTa9vAo/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
import newrelic.agent # Doesn't cause error when httplib2 imported later
newrelic.agent.initialize('/opt/web-apps/web2py/newrelic.ini')# DOES cause error Maybe you having a version clash between libs.
Are you using a virtualenv?
Maybe you having a version clash between libs.