如何为Python 2.7安装mechanize?
我把 mechanize 这个库保存在了我的 Python 2.7 目录里。但是当我在 Python 的命令行里输入 import mechanize
时,出现了一个错误信息,内容是:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import mechanize
ImportError: No module named mechanize