On Thu, Dec 17, 2009 at 8:33 AM, Shrinivasan T <[email protected]>wrote:
> > When trying to get the form with mechanize, it is throwing the > following error. > > mechanize._mechanize.FormNotFoundError: no form matching name 'login' > > but, the page has the form with name "login". > > This form is submitted by javascript. > > > I learned a little about scrapy, scraping and web crawling framework, which has spider-monkey in built, it must be able to process JS events. http://scrapy.org/ That might help you. -- Regards, S.Selvam _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
