Am 27.12.10 23:47, schrieb Cédric Krier: > On 27/12/10 23:08 +0100, Dominique Chabord wrote: >> Hello, >> >> in a step by step procedure to determine which dependencies are actually >> required, I get this error when I try hgnested >> >> pip install --install-option="--user" hgnested >> Downloading/unpacking hgnested >> Downloading hgnested-0.2.tar.gz >> Running setup.py egg_info for package hgnested >> Traceback (most recent call last): >> File "<string>", line 3, in <module> >> ImportError: No module named setuptools.command >> Complete output from command python setup.py egg_info: >> Traceback (most recent call last): >> >> File "<string>", line 3, in <module> >> >> ImportError: No module named setuptools.command >> >> ---------------------------------------- >> Command python setup.py egg_info failed with error code 1 >> Storing complete log in ./pip-log.txt >> >> Did I missed a required package or something else ? > You should install setuptools > or distribute [1] should do the trick, too. In my eyes the successor of setuptools.
[1] http://pypi.python.org/pypi/distribute greets tobias -- [email protected] mailing list
