When to use mechanize and Windmill library during WebScraping ?

2009-12-17 Thread Raji Seetharaman
> Be sure to look at Scrapy too: http://scrapy.org > > > Thank U Raji. S -- http://mail.python.org/mailman/listinfo/python-list

When to use mechanize and Windmill library during WebScraping ?

2009-12-17 Thread Raji Seetharaman
> > -- Forwarded message -- > From: Javier Collado > To: Raji Seetharaman > Date: Sat, 12 Dec 2009 12:52:27 +0100 > Subject: Re: When to use mechanize and Windmill library during WebScraping > ? > Hello, > > If a script that uses mechanize fails

A try with WebScraping using Python

2009-12-11 Thread Raji Seetharaman
Hi >From the tutorial found on the net i came to know about WebScraping using Python. I thought to give a try with it. My wish is to extract the contact mail id's from all the posts published till now in the below link http://fossjobs.wordpress.com/ With Firebug add-on its easy to find the l

When to use mechanize and Windmill library during WebScraping ?

2009-12-11 Thread Raji Seetharaman
Hi For 'Webscraping with Python' mechanize or urllib2 and windmill or selenium libraries are used to download the webpages. http://www.packtpub.com/article/web-scraping-with-python The above link makes use of mechanize library to download the web pages. The below link uses windmill library to

Re: Error in Windmill

2009-11-12 Thread Raji Seetharaman
On Thu, Nov 12, 2009 at 5:58 PM, Himanshu wrote: > 2009/11/12 Raji Seetharaman : > > > > Hi > > > > Im learning Web scraping with Python from here > > http://www.packtpub.com/article/web-scraping-with-python-part-2 > > > > From the above link, th

Error in Windmill

2009-11-12 Thread Raji Seetharaman
Hi Im learning Web scraping with Python from here http://www.packtpub.com/article/web-scraping-with-python-part-2 >From the above link, the complete code is here http://pastebin.com/m10046dc6 When i run the program in the terminal i receive following errors File "nasa.py", line 41, in test

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

AttributeError: 'NoneType' object has no attribute 'get_text'

2009-09-14 Thread Raji Seetharaman
-- Forwarded message -- > From: MRAB > To: python-list@python.org > Date: Sun, 13 Sep 2009 19:44:30 +0100 > Subject: Re: AttributeError: 'NoneType' object has no attribute 'get_text' > Raji Seetharaman wrote: > >> Hi all, >> i d

Re: AttributeError: 'NoneType' object has no attribute 'get_text'

2009-09-14 Thread Raji Seetharaman
> -- Forwarded message -- > From: MRAB > To: python-list@python.org > Date: Sun, 13 Sep 2009 19:44:30 +0100 > Subject: Re: AttributeError: 'NoneType' object has no attribute 'get_text' > Raji Seetharaman wrote: > >> Hi all, >>

AttributeError: 'NoneType' object has no attribute 'get_text'

2009-09-13 Thread Raji Seetharaman
Hi all, i did a small gui addressbook application using pygtk, python, mysql db. It was successful. I tried the same application with glade. But i ended up with errors. I desgined the code as follows. 1.It has one main window and four child dialogs. 2.In the main window, i have to fill in the text

AttributeError: 'NoneType' object has no attribute 'get_text'

2009-09-02 Thread Raji Seetharaman
On Wed, Sep 2, 2009 at 10:11 AM, Raji Seetharaman wrote: > > Thanks MRAB. Now it works. > Raji.S -- http://mail.python.org/mailman/listinfo/python-list

Re: Python-list Digest, Vol 72, Issue 10

2009-09-01 Thread Raji Seetharaman
Thanks MRAB. Now it works. -- http://mail.python.org/mailman/listinfo/python-list

AttributeError: 'NoneType' object has no attribute 'get_text'

2009-09-01 Thread Raji Seetharaman
Hi all, i worked out python and glade example program to add two numbers and display its output from the following link http://www.dreamincode.net/forums/showtopic63885.htm When i run the script, i received the following error python add.py Traceback (most recent call last): File "add.py", line

Re: Python and glade program - without errors but didn't display anything

2009-09-01 Thread Raji Seetharaman
Thanks Anusha. Now my calculator gui window is displayed. -- http://mail.python.org/mailman/listinfo/python-list

Python and glade program - without errors but didn't display anything

2009-09-01 Thread Raji Seetharaman
Hi all, i tried to develop a calculator using glade and python. When i run the script(python calculatorglade.py), i didn't get any errors. A calculator gui is supposed to be displayed. But no window appears. With Ctrl + C, i killed it. I got the following response from the terminal ^CTraceback (m