Karen wrote..

> > does "Decimal('1.0')" on this
> > machine raise that exception?

On Sat, 2008-11-29 at 01:08 -0800, Ulf Kronman wrote:

> 
> Yes, you are truly on to something there. Please look at my somewhat
> confused report below. It seems as my pymssql call returning a longint
> as a Decimal() triggers the problem:

I forgot to mention this in my last reply, but you didn't actually
answer the question that Karen asked. If you open up a Python prompt on
your machine and do this:

        >>> import decimal
        >>> decimal.Decimal('1.0')
        
does it raise an exception? The idea is to work out which are the
components playing a role in triggering the problem. Your answer
included the database component as well, which isn't the simplest
possible case.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to