Awesome Directory

2005-04-24 Thread Anusha
Hello there, Try visiting this well listed Directory on Computers and Internet! ... Here is the link http://hi-fiweb.com/comp Hoping to learn a lot from other group members. Take care, Kathy -- http://mail.python.org/mailman/listinfo/python-list

Re: problem with money datatype based calculations in python

2009-05-02 Thread anusha k
Do calculations in postgresql and then call that calculated value from the python.So no need to calculate in python at all Njoy the share of Freedom, Anusha Kadambala On Sat, May 2, 2009 at 1:15 PM, Krishnakant wrote: > hello all, > I am using postgresql as a database server for

threading issue

2009-05-17 Thread anusha k
ooffice Ledger.ods") def stop(self): """Stop method, sets the event to terminate the thread's main loop""" self.stopthread.set() * njoy the share of freedom, Anusha Kadambala -- http://mail.python.org/mailman/listinfo/python-list

covert number into string

2010-01-21 Thread anusha k
Hi, Can anyone tell me how to convert number to words For example: If number = then it should give me *Nine thousand nine hundred ninetynine* Is there any build-in function or something that can do this for me Thank you in advance Anusha Kadambala -- http://mail.python.org/mailman/listinfo

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

2009-09-01 Thread anusha k
hi, You forgot to show the window.So in init method of py file and add self.window = self.wTree.get_widget("window_calculator") self.window.show() Njoy the share of Freedom, Anusha Kadambala On Tue, Sep 1, 2009 at 2:04 PM, Raji Seetharaman wrote: > Hi all, > i tried to deve