Re: Decimal problem

2010-06-11 Thread durumdara
On jún. 10, 23:01, Mark Dickinson wrote: > On Jun 10, 8:45 pm, durumdara 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?  W

Re: Decimal problem

2010-06-10 Thread Jerry Hill
On Thu, Jun 10, 2010 at 3:45 PM, durumdara 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 th

Re: Decimal problem

2010-06-10 Thread Mark Dickinson
On Jun 10, 8:45 pm, durumdara 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 d