[Tutor] python mechanize examples

Kent Johnson kent37 at tds.net
Thu Feb 16 16:42:42 CET 2006


Ron Nixon wrote:
> Anyone have or know where I can find working examples of python's 
> mechanize modules. Try to reverse engineer a script to see how it works.

There are a few examples on the mechanize home page and in the source 
download (not in the egg). There is quite a bit of help in the 
docstrings - either browse the source or use e.g. 
help(mechanize.Browser) in Python.

http://wwwsearch.sourceforge.net/mechanize/

Kent



More information about the Tutor mailing list