When I try to rum ./setup.py test I got this message
Traceback (most recent call last):
File "./setup.py", line 9, in <module>
from setuptools import setup, Command
ImportError: No module named setuptools
thx for any information.
Gruß
Marcio
Sorry for the late response, I just got back from vacation.
You need the python "setuptools" package. On debian/ubuntu you can
get this with:
# apt-get install python-setuptools
If you are not on a debian/ubuntu system, you can install these
packages from the Python Packaging Index:
http://pypi.python.org/pypi/setuptools
I'll go update the INSTALL file to reflect this. Thanks for pointing
this out.
Regards,
Nathan Wilcox
ps: I prefer an alternative package called "pip", but either should
work.
# apt-get install python-pip
http://pypi.python.org/pypi/pip