Re: HTML client sctript

2011-08-19 Thread Yingjie Lin
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

Re: HTML client sctript

2011-08-19 Thread Chris Rebert
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

Re: HTML client sctript

2011-08-19 Thread John Gordon
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

HTML client sctript

2011-08-19 Thread Yingjie Lin
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