Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mechanize

Submitting Nested Form With Python Mechanize

I am trying to submit a login form on a web page that looks something like this. I have also tried … Read more Submitting Nested Form With Python Mechanize

Certificateerror: Hostname Doesn't Match

I'm using a proxy (behind corporate firewall), to login to an https domain. The SSL handshake d… Read more Certificateerror: Hostname Doesn't Match

Importerror: No Module Named '_version' When Importing Mechanize

I installed mechanize via pip and get an errer when I import the module: $ python Python 3.5.2 (def… Read more Importerror: No Module Named '_version' When Importing Mechanize

What's The Easiest Way To Get Mechanize For Python 3 On Debian?

I recently wanted to port my scraper that uses mechanize.Browser to Python 3. I haven't found a… Read more What's The Easiest Way To Get Mechanize For Python 3 On Debian?

Autodetect Proxy Setting Linux

I am writing a python app that needs to send and retrieve some information from Internet. I would l… Read more Autodetect Proxy Setting Linux

Parseerror: Nested Forms

Python mechanize gives nested FORMs error for this code: url = 'http://bis.zju.edu.cn/psi/'… Read more Parseerror: Nested Forms