0
我正在研究一個應用程序,該應用程序會從用戶處發出推文,然後作爲結果,它會顯示該推文的情緒。爲此,我安裝了django-twitter-api。它安裝正確但是當我做:django-twitter-api錯誤:沒有名爲utils的模塊
from twitter_api.utils import api
它給了我:
Traceback (most recent call last):
File "(stdin)", line 1, in (module)
Import Error: No module named utils.
我跟着從https://github.com/ramusus/django-twitter-api所有的指令和在我的Django項目文件夾進行必要的變更到我的.settings.py文件。任何幫助?
它現在說,「沒有名爲importlib的模塊」 – Neo
您是否使用與django-twitter-api中使用的相同的python和django版本? – thunderoy