我在我的Python 2.7目录中保存了mechanize.但是当我输入import mechanizePython shell时,我收到一条错误消息:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import mechanize
ImportError: No module named mechanize
Run Code Online (Sandbox Code Playgroud)