So I I have worked my way through a number of errors. I had issues with MySQL-Python and the Python Imaging Library. It was even difficult to get PIP working. But now I am stuck. The pip install kegbot command returns the following error. I tried installing Distribute manually but this error persists. Thoughts?
Downloading/unpacking protobuf>=2.3.0-1 (from kegbot)
Downloading protobuf-2.3.0-1.tgz (54Kb): 54Kb downloaded
Running setup.py egg_info for package protobuf
Downloading/unpacking pylcdui>=0.5.5 (from kegbot)
Running setup.py egg_info for package pylcdui
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/kegbot/build/pylcdui/setup.py", line 3, in <module>
from distribute_setup import use_setuptools
ImportError: No module named distribute_setup
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/kegbot/build/pylcdui/setup.py", line 3, in <module>
from distribute_setup import use_setuptools
ImportError: No module named distribute_setup