mysql_config is usually part of the MySQL client library (not to be confused with the Python/MySQL library). You can get the full mysql package from http://dev.mysql.com/downloads/mysql
On Aug 16, 12:21 pm, Bradley Hintze <bradle...@aggiemail.usu.edu> wrote: > Hi all, > > I'm trying to install MySQL for Python on Snow Leopard and I get : > > sh: mysql_config: command not found > Traceback (most recent call last): > File "setup.py", line 15, in <module> > metadata, options = get_config() > File "/Users/bradleyhintze/Desktop/MySQL-python-1.2.3/setup_posix.py", > line 43, in get_config > libs = mysql_config("libs_r") > File "/Users/bradleyhintze/Desktop/MySQL-python-1.2.3/setup_posix.py", > line 24, in mysql_config > raise EnvironmentError("%s not found" % (mysql_config.path,)) > EnvironmentError: mysql_config not found > > There is a lot of supposed help online for this but after a few hors > of googling I have yet to find mysql_config on my machine. Is there > another package that I must install first? > > -- > Bradley J. Hintze > Graduate Student > Duke University > School of Medicine > 801-712-8799 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.