Re: Help Need in running a Python Program from terminal

2010-10-26 Thread Raji
aise IOError(ENOENT, 'No translation file found for domain', domain) > > IOError: [Errno 2] No translation file found for domain: 'openastro' > > Hi Raji, > Did you have a look at the documentation for the call that's failing? > > Here's the doc

Help Need in running a Python Program from terminal

2010-10-25 Thread Raji
'No translation file found for domain', domain) IOError: [Errno 2] No translation file found for domain: 'openastro' Need help to solve this error -- Regards Raji http://sraji.wordpress.com/ -- http://mail.python.org/mailman/listinfo/python-list

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
find the location of mail id's inside HTML DOM tree. I dont know how to download all the web pages i.e., the coding part Which library i can use to download ? ( mechanize or windmill ) Help me Thanks Raji. S http://sraji.wordpress.com/ -- http://mail.python.org/mailman/listinfo/python-list

When to use mechanize and Windmill library during WebScraping ?

2009-12-11 Thread Raji Seetharaman
hether the HTML file is auto generated by the JavaScript code or not ? Suggest me Thanks Raji. S http://sraji.wordpress.com/ -- http://mail.python.org/mailman/listinfo/python-list

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
indmill.tools.make_jsonrpc_client() File "/usr/local/lib/python2.6/dist-packages/windmill-1.3-py2.6.egg/windmill/tools/__init__.py", line 35, in make_jsonrpc_client url = urlparse(windmill.settings['TEST_URL']) AttributeError: 'module' object has no attribute &#

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
aji_me/?saved=1 It works fine for add option. But not for update option. Im using the same window for both add and update. Raji. S -- http://mail.python.org/mailman/listinfo/python-list

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
uot;, line 34, in add thistime = adder( self.wTree.get_widget("entryNumber1").get_text(), self.wTree.get_widget("entryNumber2").get_text()) AttributeError: 'NoneType' object has no attribute 'get_text' What has to be done to overcome this error? R

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
the gui window? Regards Raji. S -- http://mail.python.org/mailman/listinfo/python-list