Re: Error: Cannot convert Decimal("0.0000") to Decimal

2008-05-29 Thread Peter Otten
Vitaliy wrote: > I got this wired exception periodically (Python 2.5, Django based > application) > what does it mean ? A reload() maybe? >>> import decimal >>> d = decimal.Decimal() >>> reload(decimal) >>> decimal.Decimal(d) Traceback (most recent call last): File "", line 1, in File "/us

Error: Cannot convert Decimal("0.0000") to Decimal

2008-05-29 Thread Vitaliy
Hi I got this wired exception periodically (Python 2.5, Django based application) what does it mean ? -- http://mail.python.org/mailman/listinfo/python-list