Re: MySQL Newbie question

2010-08-17 Thread Xavier Ordoquy
Hi, On top of the package found on mysql, you have to check that mysql_config is in the path (it is provided by the package). In a shell just run the command. If you just installed the mysql package for osx, you will want to open a new shell to get an updated path. Regards, Xavier. Le 16 août

Re: MySQL Newbie question

2010-08-16 Thread David
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 wrote: > Hi all, > > I'm trying to install MySQL for Python on Snow Leopar

MySQL Newbie question

2010-08-16 Thread Bradley Hintze
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 metadata, options = get_config() File "/Users/bradleyhintze/Desktop/MySQL-python-1.2.3/setup_posix.py", line 43,