I realize this question has been posted before (1, 2), but none of the posted solutions have worked for me.
- I've correctly installed twilio in python 2.7.0 using pip install
- I've checked to make sure none of the projects are named twilio.py
- I've tried uninstalling and re-installing, confirmed twilio version 5.7.0
- tried relaunching IDLE
I'm still getting the "ImportError: No module named twilio.rest" message. What can I do?