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
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
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
Hi!
In the prev. week I tested my home Python projects with KinterBasDB
embedded, PsyCOPG, and SQLite.
All of them worked well, and everything was good.
But the database blob table deletion was slow in SQLite, so I thought
I will try this with FireBird and PGSQL.
Today I tried to copy the SQLit