Comment 2 for bug 98478

Revision history for this message
Christian Theune (ctheune) wrote :

mechanize 0.1.4b doesn't help this.

The specific error occurs only with getLink().click(), but not open.

A work around exists by forcing mechanize's request class to be its custom internal class instead of Python 2.4's urllib2.Request class.

See revision 89880 in zope.testbrowser/trunk for the workaround.