On Thu, Jun 10, 2010 at 3:45 PM, durumdara <durumd...@gmail.com> wrote:
> from decimal import Decimal > ImportError: cannot import name Decimal > > I deleted my complete Python with all packages, and I reinstalled it. > But the problem also appeared... > > What is this? And what the hell happened in this machine that > destroyed my working python apps...? > My guess is that you have a file named decimal.py (and/or decimal.pyc) in your working directory, which is shadowing the standard library's decimal module. -- Jerry
-- http://mail.python.org/mailman/listinfo/python-list