Hi guys, I'm new here and am running into some issues installing kegbot. I have tried on both Ubuntu and Fedora but am running into the same error.Can you take a look and let me know what I am missing. Do you recommend a different OS?
Thanks -Mike
[root@localhost ~]# pip install kegbot
Downloading/unpacking kegbot
Downloading kegbot-0.7.2.tar.gz (586Kb): 586Kb downloaded
Running setup.py egg_info for package kegbot
/usr/lib/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'long_desscription'
warnings.warn(msg)
Downloading/unpacking django>=1.2 (from kegbot)
Downloading Django-1.2.1.tar.gz (6.2Mb): 6.2Mb downloaded
Running setup.py egg_info for package django
warning: no files found matching '*' under directory 'examples'
Downloading/unpacking django-imagekit>=0.3.3 (from kegbot)
Downloading django-imagekit-0.3.3.zip
Running setup.py egg_info for package django-imagekit
install_dir .
zip_safe flag not set; analyzing archive contents...
Installed /root/build/django-imagekit/setuptools_hg-0.2-py2.6.egg
Downloading/unpacking django-registration (from kegbot)
Downloading django-registration-0.7.tar.gz
Running setup.py egg_info for package django-registration
warning: no files found matching '*' under directory 'registration/bin'
Downloading/unpacking django-socialregistration (from kegbot)
Downloading django-socialregistration-0.4.2.tar.gz
Running setup.py egg_info for package django-socialregistration
Downloading/unpacking django-extensions (from kegbot)
Downloading django-extensions-0.5.tar.gz (104Kb): 104Kb downloaded
Running setup.py egg_info for package django-extensions
Downloading/unpacking MySQL-python (from kegbot)
Downloading MySQL-python-1.2.3.tar.gz (70Kb): 70Kb downloaded
Running setup.py egg_info for package MySQL-python
sh: mysql_config: command not found
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/root/build/MySQL-python/setup.py", line 15, in <module>
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 24, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
Complete output from command python setup.py egg_info:
sh: mysql_config: command not found
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/root/build/MySQL-python/setup.py", line 15, in <module>
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 24, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found