However, I'm not finding much help on installing Peewee on my Pi and the recommended instructions http://peewee.readthedocs.org/en/latest ... g-manually didn't work. I received this message:
Code: Select all
[email protected] ~/peewee $ sudo python setup.py install
Traceback (most recent call last):
File "setup.py", line 2, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
-Ken