I'm having an exception occur that I can't understand.
I'm using twilio.rest in python 3.4.2 and when I call the twilio api, I'm receiving
AttributeError: 'module' object has no attribute 'Http'
(http2lib?)
I am using
from twilio.rest import TwilioRestClient
on the twilio website it shows that that should be the only import that I need, but clearly something isn't working properly.