On Sep 21, 2006, at 1:17 PM, zehi wrote: > > Still not successfull.... > > When trying to install MySQLdb I'm getting this error: > > zehi:~/Desktop/MySQL-python-1.2.1_p2 zehi$ python setup.py build > sh: line 1: mysql_config: command not found > sh: line 1: mysql_config: command not found > sh: line 1: mysql_config: command not found > sh: line 1: mysql_config: command not found > sh: line 1: mysql_config: command not found > running build > running build_py > copying MySQLdb/release.py -> build/lib.macosx-10.4-fat-2.4/MySQLdb > error: could not delete > 'build/lib.macosx-10.4-fat-2.4/MySQLdb/release.py': Permission denied > zehi:~/Desktop/MySQL-python-1.2.1_p2 zehi$ > > Not sure what's wrong?
You probably need the source code headers for MySQL, at least that's how it works with psycopg (the Postgres python bindings library). That is a separate package you need to install, it should have a name like MySQL-devel. Make sure that you read the README. Don --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---