Forums

Use Twilio with Python 3.5

Hi, I get [Errno 111] Connection refused error when using twilio with Django 1.10/Python 3.5. I know this can be resolved by using Python 2.7 (which I have already tried) but my project is built on Python 3.5 and I want to use that. Any workarounds for twilio? Thanks.

The Twilio bug that blocks it from 3.5 only impacts free accounts, so you can work around it by upgrading to a paid one (the cheapest one will work fine). Apart from that I don't think there's a workaround :-(

oh ok, will upgrade to a paid account soon.