标签: python-3.x twisted
我正在使用python 3.5.2,demo.py中有一句话,如下所示:
3.5.2
demo.py
from twisted.enterprise import adbapi
运行时出错:
from twisted.enterprise import adbapi ImportError: No module named 'twisted.enterprise'
我该怎么办?