I read help here http://twill.idyll.org/browsing.html, then i open python and write
export http_proxy="http://www.someproxy.com:3128"
but i just receive an error. How can i use proxy with twill to browser web ?
I read help here http://twill.idyll.org/browsing.html, then i open python and write
export http_proxy="http://www.someproxy.com:3128"
but i just receive an error. How can i use proxy with twill to browser web ?
the export command is something you need to type on your shell (assuming unix/linux). It's not a python statement!