Hi John and Chris,
Thanks for the help.
I looked at both and think that mechanize suits my needs better,
since it simply needs a python script and doesn't depend on Firefox.
Yingjie
> From: John Gordon
> Mechanize seems like what you want. It's built on top of
> urllib2.http://wwwsearch.s
On Fri, Aug 19, 2011 at 8:08 AM, Yingjie Lin wrote:
> Hi Python users,
>
> I am maintaining a website written with Python CGI scripts. To make sure the
> website is working well,
> I would like to have a script which automatically "uses" this website and
> checks it's output everyday. It
> would
In Yingjie Lin
writes:
> Hi Python users,
> I am maintaining a website written with Python CGI scripts. To make
> sure the website is working well, I would like to have a script which
> automatically "uses" this website and checks it's output everyday. It
> would be better if this script runs
Hi Python users,
I am maintaining a website written with Python CGI scripts. To make sure the
website is working well,
I would like to have a script which automatically "uses" this website and
checks it's output everyday. It
would be better if this script runs from the clients' side.
Could any