David,

I seem to recall running into this same issue using MySQL on Windows.
What version of MySQLdb are you using. If I'm remembering this
correctly, I was using an older version of MySQLdb which mapped DB
float/numeric fields to str and then I updated it and the newer version
mapped them correctly to Decimal.

Sorry I can't give you specific version numbers right now - I'd have to
dig around on my work machine.

I read your post too quickly the first time.
I was thinking that you asked about the version of the mysql data base server and didn't think about the python driver to access mysql database. I upgraded to the last version of MySQLdb from sourceforge
( http://sourceforge.net/projects/mysql-python )
and followed the advice from here http://code.djangoproject.com/wiki/InstallationPitfalls
to get rid of the last error.

Now satchmo run nicely on my windows box.

Thank you very much David and Chris.

-Frederic



--~--~---------~--~----~------------~-------~--~----~
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