Im trying to learn Python, but stumbled across a problem with installing twilio.
I followed all of the steps for installation that i found on the official website but when I type in import twilio in my python 3.4.3 shell it is coming up with following error
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import twilio
ImportError: No module named 'twilio'
here is what im getting in terminal
easy_install twilio
Searching for twilio
Best match: twilio 4.4.0
Processing twilio-4.4.0-py2.7.egg
twilio 4.4.0 is already the active version in easy-install.pth
Using /Library/Python/2.7/site-packages/twilio-4.4.0-py2.7.egg
Processing dependencies for twilio
Finished processing dependencies for twilio
Any ideas?