On Mon, Mar 20, 2006 at 10:15:46AM -0800, Titus Brown wrote: -> -> I want to automate somethings in www.sabi.ufrgs.br. Look at what is -> -> happening: -> -> -> -> $ twill-sh -> -> -> -> -= Welcome to twill! =- -> -> -> -> current page: *empty page* -> -> >> go http://www.sabi.ufrgs.br/ -> -> -> -> ERROR: invalid literal for int(): refresh
[ munch ] Fixed. Mechanize was detecting an infinite refresh loop and complaining. I added a config option 'acknowledge_equiv_refresh' that you can turn off, and I put in a more helpful error message ;). cheers, --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
