I had the same situation as my server is CentOS 5.2. Django needed MySQL-python 1.2.2. I tried Yum but the default repo gave me version 1.2.1.
You can find version 1.2.2 at SourceForge, but to install it you need to have MySQL development tools installed on your server. The package is called "mysql-devel". I am using a VPS and my provider restricted access to this, I had to ask them to install this package for me. Once I had mysql-devel, I used EasyInstall to install mysql-python. No problem at all. I presume that today you would use pip instead of EasyInstall. I hope this helps. On Dec 15, 9:40 am, "Rachel Willmer" <rwill...@gmail.com> wrote: > Thanks for the reply. > > Unfortunately the egg gives me the same problems as when I attempt an > install from the tarball. > > Any RHEL users out there encountered this problem and fixed it? > > Rachel --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---