标签: python mechanize
我在使用Python和Mechanize3时遇到问题。当我尝试使用
br = mechanize3.Browser()
我收到此错误:
AssertionError:代理必须是映射
我已经尝试用以下方式定义它:
proxies = {'http': 'localhost'}
但仍然没有成功。
感谢您的帮助