我试图从斜纹模块导入,但这个错误发生在我身上我该怎么办?
from twill.commands import *
go("http://www.python.org/")
这是错误:
File "d:\Users\Erfan\Anaconda3\lib\site-packages\twill-0.9-py3.5.egg\twill\__init__.py", line 52, in <module>
from shell import TwillCommandLoop
ImportError: No module named 'shell'