On Tue, 19 Sep 2006, Titus Brown wrote: [...] > I'm glad you like twill! Yes, the problem is almost certainly that > you're using Digest Auth. I think this is on the mechanize TODO, > but I can't reach wwwsearch.sf.net to verify this.
Passwords and usernames added with .add_password() (and the corresponding method for proxy auth) should get used for both Digest and Basic auth. > Rest assured, however, that the add_auth settings are getting through, > so once digest auth is working... <grin> It works for me (using mechanize direct, and a local Apache set up to do digest auth). John _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
