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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to