Re: Help Need in running a Python Program from terminal

2010-10-26 Thread Raji
) 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 for gettext.translation(): http://docs.python.org/library/gettext.html#gettext.translation I don't know anything about gettext

Help Need in running a Python Program from terminal

2010-10-25 Thread Raji
) 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
-- Forwarded message -- From: Javier Collado javier.coll...@gmail.com To: Raji Seetharaman sraji...@gmail.com 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

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-11 Thread Raji Seetharaman
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

A try with WebScraping using Python

2009-12-11 Thread Raji Seetharaman
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

Error in Windmill

2009-11-12 Thread Raji Seetharaman
() 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 'settings' Suggest me Thanks Raji. S -- http://mail.python.org

Re: Error in Windmill

2009-11-12 Thread Raji Seetharaman
On Thu, Nov 12, 2009 at 5:58 PM, Himanshu himanshu.g...@gmail.com wrote: 2009/11/12 Raji Seetharaman sraji...@gmail.com: 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

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

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

2009-09-14 Thread Raji Seetharaman
-- Forwarded message -- From: MRAB pyt...@mrabarnett.plus.com 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 did a small gui addressbook

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

2009-09-14 Thread Raji Seetharaman
-- Forwarded message -- From: MRAB pyt...@mrabarnett.plus.com 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 did a small gui addressbook

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

2009-09-13 Thread Raji Seetharaman
. 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 sraji...@gmail.comwrote: Thanks MRAB. Now it works. Raji.S -- 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
? Regards Raji. S -- http://mail.python.org/mailman/listinfo/python-list

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

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

2009-09-01 Thread Raji Seetharaman
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? Regards Raji. S -- http://mail.python.org/mailman/listinfo

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