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.
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.testbrowse r/trunk for the workaround.