Decimal problem

Mark Dickinson dickinsm at gmail.com
Thu Jun 10 17:01:18 EDT 2010


On Jun 10, 8:45 pm, durumdara <durumd... at gmail.com> wrote:
> ne 91, in fixed_conv_out_precise
>     from decimal import Decimal
> ImportError: cannot import name Decimal

Is it possible that you've got another file called decimal.py
somewhere in Python's path?  What happens if you start Python manually
and type 'from decimal import Decimal' at the prompt?

--
Mark



More information about the Python-list mailing list