Python Mechanize Error +

故事扮演 提交于 2019-12-02 04:32:28

From your error message you are trying install and run the mechanize package with Python 3.2.

mechanize however doesn't support Python 3 so you should install a Python 2.x release (the latest available is 2.7.5), install the mechanize package there and then retry running your script.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!