Re: Error received from _mechanize.py

2009-10-15 Thread Chris Rebert
On Thu, Oct 15, 2009 at 12:39 AM, Raji Seetharaman wrote: > Hi all, > > Im learning web scraping with python from the following link > http://www.packtpub.com/article/web-scraping-with-python > > To work with it,  mechanize to be installed > I installed mechanize using > > sudo apt-get install pyt

Error received from _mechanize.py

2009-10-15 Thread Raji Seetharaman
Hi all, Im learning web scraping with python from the following link http://www.packtpub.com/article/web-scraping-with-python To work with it, mechanize to be installed I installed mechanize using sudo apt-get install python-mechanize As given in the tutorial, i tried the code as below import