python mechanize.browser proxy handdling question

elca highcar at gmail.com
Fri Jan 15 01:14:30 EST 2010


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.




More information about the Python-list mailing list