On 9/21/06, Don Arbow <[EMAIL PROTECTED]> wrote: > > 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? > >
The MySQL on OS X installs some binaries into /usr/local/mysql/bin. Make sure that directory is on your PATH before running the setup.py install. Jay P. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

