Hello All, i was encoutered some problem while im using mechanize.Browser() with proxy handling function.
i have working snippet of script about mechanize.urlopen, but i don't know how to implement with mechanize.Brower module. if anyone can show me some sample? if anyone help me much appreciate! Thanks! proxy_handler = mechanize.ProxyHandler({"http": "http://1.1.1.1:8080"}) opener = mechanize.build_opener(proxy_handler) -- View this message in context: http://old.nabble.com/python-mechanize.browser-proxy-handdling-question-tp27172870p27172870.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list