find / -name mysql_config in site.cfg
mysql_config = /usr/local/mysql/bin/mysql_config Or whereever it exists. In Debian, it is contained within the package libmysqlclient15-dev and exists in /usr/bin/mysql_config which may not be on your system. On Sep 2, 12:33 am, [email protected] wrote: > Trying to install the tarball manually, I get: > > $ python setup.py build > sh: mysql_config: not found > Traceback (most recent call last): > File "setup.py", line 15, in <module> > metadata, options = get_config() > File "/home/vax/save/pylons/MySQL-python-1.2.3c1/setup_posix.py", line 43, > in get_config > libs = mysql_config("libs_r") > File "/home/vax/save/pylons/MySQL-python-1.2.3c1/setup_posix.py", line 24, > in mysql_config > raise EnvironmentError("%s not found" % (mysql_config.path,)) > EnvironmentError: mysql_config not found > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
