How to fill a form

Steve Holden steve at holdenweb.com
Mon Aug 14 23:41:36 EDT 2006


Sulsa wrote:
> On Tue, 15 Aug 2006 03:22:40 +0100
> Steve Holden <steve at holdenweb.com> wrote:
> 
> 
>>I'd recommend you take a look at mechanize, see
>>
>>   http://wwwsearch.sourceforge.net/mechanize/
>>
>>and specifically at ClientForm, see
>>
>>   http://wwwsearch.sourceforge.net/ClientForm/
>>
>>These make it easy to perform browser-like accesses to forms-based
>>web applications.
>>
> 
> 
> I want to fill only one smiple form so i would like not to use any non
> standard libraries.

That's your choice, but frankly I'd be very surprised if it wasn't 
quicker to download and use mechanize/clientform than it was to put your 
own solution together.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden




More information about the Python-list mailing list