On Tue, Sep 1, 2009 at 9:33 PM, <[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
I always get stymied by this and use the Ububtu python-mysql instead. Maybe libmysqlclient15-dev, libmysqlclient16-dev, or libmysql++-dev would help. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
