Joshua Jenkins - 2008-11-12

I'm trying to hook up to a MAMP installation of MySQL and when I run the setup.py file the following is returned:

/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
/Applications/MAMP/Library/bin/mysql_config: line 1: sed: command not found
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

Except the repeated line is repeated at least one hundred times.

Any thoughts? I'm pretty new to using the terminal to do anything, so feel free to assume I'm an idiot.