Re: HTML expect in python

2005-07-16 Thread WGW
Thanks for these replies -- looks like I have all I need; now it is just a question of getting my head around the applications and doing some testing... Many thanks for pointers. -- http://mail.python.org/mailman/listinfo/python-list

Re: HTML expect in python

2005-07-16 Thread Michael Hoffman
D H wrote: > See the mechanize module: http://wwwsearch.sourceforge.net/mechanize/ I second this, a very useful module. I've unfortunately had to change it a little to deal with inevitably bad HTML supplied by web sites. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list

Re: HTML expect in python

2005-07-16 Thread tertius
WGW wrote: > I would like to automate some simple browser navigating using python. > Ideally, I would like a package like pyexpect, but that can handle a > browser in much the same way as pyexpect handles a terminal (tall > order!). In short, I want a macro language for a browser (I know about

Re: HTML expect in python

2005-07-15 Thread D H
WGW wrote: > I would like to automate some simple browser navigating using python. > Ideally, I would like a package like pyexpect, but that can handle a > browser in much the same way as pyexpect handles a terminal (tall > order!). In short, I want a macro language for a browser (I know about

HTML expect in python

2005-07-15 Thread WGW
I would like to automate some simple browser navigating using python. Ideally, I would like a package like pyexpect, but that can handle a browser in much the same way as pyexpect handles a terminal (tall order!). In short, I want a macro language for a browser (I know about the commercial pack