problem with money datatype based calculations in python

Peter Pearson ppearson at nowhere.invalid
Sat May 2 12:01:35 EDT 2009


On Sat, 02 May 2009 13:15:22 +0530, Krishnakant <krmane at gmail.com> wrote:
> hello all,
> I am using postgresql as a database server for my db application.
>
> The database is related to accounts and point of sales and many
> calculations involve money datatype.
[snip]

As far as I can tell, Python has no type "money".  Is money
a class defined by some postgresql module you're using?  A
very small amount of specific information (e.g., a five-line
sample program that demonstrates the problem) would greatly
improve your chances of getting useful help.

-- 
To email me, substitute nowhere->spamcop, invalid->net.



More information about the Python-list mailing list