我已經安裝了Python 2.7.12的PATH訪問並正確安裝了twilio。然而,當我嘗試執行代碼,我收到此錯誤信息:沒有名爲twilio.rest的模塊
Traceback (most recent call last):
File "C:\Python27\textmessage.py", line 1, in <module>
from twilio.rest import TwilioRestClient
ImportError: No module named twilio.rest
另外,我想知道在哪裏,我們必須安裝Twilio,因爲我安裝了Twilio庫,並把它放在Scripts
文件夾內。
改變了標題 –
請仔細閱讀本:https://www.twilio.com/docs/libraries/python#installation。我建議使用點子。 –