On Jun 10, 8:45 pm, durumdara <durumd...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to