root@dicksonxavier-desktop:/home/dicksonxavier/Downloads/MySQL-python-1.2.3# 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/dicksonxavier/Downloads/MySQL-python-1.2.3/setup_posix.py", line 43, in get_config
    libs = mysql_config("libs_r")
  File "/home/dicksonxavier/Downloads/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
link|improve this question

Is there a question here? – bluefeet Jun 22 '11 at 14:19
apt-get install libmysql++-dev this will solve this problem.[closed] – Dickson Xavier Jul 6 '11 at 4:48
feedback

closed as not a real question by Emil Vikström, Blackmoon, TokenMacGuy, a'b'c'd'e'f'g'h', Vivin Paliath Jun 22 '11 at 16:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

Install the mysql-devel package or whatever your distro calls it.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.