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 (using the 5.0 ones for RHEL3 from > MySQL's website), but am using the generic MySQL-python RPM for FC3.
Ubuntu used MySQL-4.1 on breezy and now uses 5.0 on dapper. I'm pretty sure dapper has MySQL-python-1.2.1, which is the only version which really works with MySQL-5.0. MySQL-python on FC3 is probably 1.2.0 and linked against MySQL-4.0 client libraries. I'd recommened getting the MySQL-python-1.2.1 source tarball and buliding an RPM from that against your MySQL-5.0 installation on FC3. -- The Pythonic Principle: Python works the way it does because if it didn't, it wouldn't be Python. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---