Python Mechanize response on submit -
i'm trying fill form , print response page in mechanize, when use browser.reponse()
, response
<response_seek_wrapper @ 0x21f0648 wrapped object = <closeable_response @ 0x21fc3a0 fp = <socket._fileobject object @ 0x021edd70>>>
how print html response?
i think browser.response().read() return expected.
source : http://www.pythonforbeginners.com/cheatsheet/python-mechanize-cheat-sheet
Comments
Post a Comment