-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Christian Brodbeck wrote: > Hi there, > > I am trying to install MySQL_python, but I get the following error: > "EnvironmentError: mysql_config not found" (complete terminal readout > below). I am using python 2.5 and the latest version of os X on a > macbook. I could not find anything in the mailinglist archive (using > google's site: search - is there a better way to search it?) and > easy_install page advises to write to this mailinglist if there are > problems, so I was wondering if anyone could help.
Likely you need to arrange for the 'mysql_config' utility to be on the PATH when you run the script: if the utility doesn't exist, that would indicate that you need to install the MySQL client libraries for your system. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKVLmT+gerLs4ltQ4RArZ+AKCWX7dDu3j+1Vhmi9JnFRlu3Mv1jACfXyE4 fxME8cUTC5qZQeQGk3xlXyI= =m9wj -----END PGP SIGNATURE----- _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
