Re: python mechanize proxy support question

2010-01-04 Thread alex23
On Jan 4, 9:25 pm, elca wrote: > that is only support mechanize.browser module.. actually > im looking mechanize.urlopen method. >From the docs: In these examples, the workings are hidden inside the mechanize.urlopen () function, which is an extension of urllib2.urlopen(). Redirects, proxies and

Re: python mechanize proxy support question

2010-01-04 Thread elca
le's > home page: > http://wwwsearch.sourceforge.net/mechanize/ > -- > http://mail.python.org/mailman/listinfo/python-list > > HI.. that is only support mechanize.browser module.. actually im looking mechanize.urlopen method. thanks -- View this message in context: http://old.nab

Re: python mechanize proxy support question

2010-01-04 Thread alex23
On Jan 4, 5:42 pm, elca wrote: > how can i add proxy support into my mechanize script? > i was look for some reference , but not so much good hint from google. There are examples on using proxies with mechanize on the module's home page: http://wwwsearch.sourceforge.net/mechanize/ -- http://mail

python mechanize proxy support question

2010-01-03 Thread elca
website , i would like open go through proxy. Thanks in advance! -- View this message in context: http://old.nabble.com/python-mechanize-proxy-support-question-tp27009696p27009696.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list