简体   繁体   中英

Installing mechanize for python 3.4

I'm trying to retrieve the mechanize module for python 3.4. Can anybody guide me in the right direction and perhaps walk me through the steps that I would need to take in order to make the correct installation? I'm currently using Windows 10.

unfortunately mechanize only works with Python 2.4, Python 2.5, Python 2.6, and Python 2.7.

The good news is there are other projects you can take a look at: RoboBrowser , MechanicalSoup

There are more alternatives in this thread as well: Are there any alternatives to Mechanize in Python? .

(编辑)Mechanize 0.4.0在几天前(2019年1月16日)发布,并包含来自mechanize3 fork的python3修复程序,因此您可以考虑更新到最新的机械化版本。

pip install -U mechanize

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM