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
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