Rajeshwar Singh Jenwar escribió: > I m using mysql-standard-5.0.22-linux-i686 and > MySQL-python-1.2.1_p2 on RH Fedora core 4.
Are you mixing RH packages with official Mysql ones? I mean, is libmysql from mysql.com and MSQL-Python from a official RH package?. Maybe there is some kind of incompatibility there... > Should i compile mySQL form source ? Not really. If compiling is the only solution, I'd compile MySQLdb first. If the missing link is in the python bidings, recompiling them against the actual lib that you're using should probably resolve it. While compiling again the same incopatible lib is not going to resolve the MySQLdb problem AFAIK (unless the new MySQl that you build is different from the one you had installed). Javier. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

