Re: How to debug MySQLdb issues

2006-06-09 Thread tomass
Works a treat. Compiled from source... Thanks, Tom --~--~-~--~~~---~--~~ 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 g

Re: How to debug MySQLdb issues

2006-06-09 Thread tomass
I'll give that a try. Any ideas why it would work from the python interpreter and not from Django? I'll update on whether the suggested MySQL-python-1.2.1 fixes it. Thanks for the response. Tom --~--~-~--~~~---~--~~ You received this message because you are sub

Re: How to debug MySQLdb issues

2006-06-09 Thread Andy Dustman
On 6/9/06, tomass <[EMAIL PROTECTED]> wrote: > I have been testing on an Ubuntu desktop and my app works fine, but > I've now migrated it to Fedora Core 3 where it will be in production > and I'm having problems. I think the problem is related to the fact > that I have custom RPMs for MySQL (usin

How to debug MySQLdb issues

2006-06-09 Thread tomass
Hi Folks, I'm using PostgreSQL for my local database, but my application connects to a number of other databases to do some queries. I have written a DB abstraction module which I use to connect to PostgreSQL, MySQL and Oracle, which has worked fine for me in all situations (Django and otherwise)