Re: [Mechanize.ClientForm] double reading from urllib2.urlopen

2009-01-07 Thread MRAB
tiktak.hod...@gmail.com wrote: Hello, folks! I use mechanize.clientform to parse HTML-forms. I preliminary check response and call response.read().find("..."). But when it's taken to ClientForm.ParseResponse, it can't parse because of response.read() is zero-length text. The problem is that Clien

[Mechanize.ClientForm] double reading from urllib2.urlopen

2009-01-07 Thread tiktak . hodiki
Hello, folks! I use mechanize.clientform to parse HTML-forms. I preliminary check response and call response.read().find("..."). But when it's taken to ClientForm.ParseResponse, it can't parse because of response.read() is zero-length text. The problem is that ClientForm.ParseResponse is not taken