
Oct. 6, 2007
10:48 p.m.
At 02:25 PM 10/6/2007 -0500, Mike wrote:
Hi,
That's what I thought, but before I installed the distutils package manually, I got this:
L:\Temp\pycrypto-2.0.1>python setup.py Traceback (most recent call last): File "setup.py", line 8, in ? from setuptools import setup ImportError: No module named setuptools
And I get that now that I've deleted the distutils-egg file. Do I need to download setuptools from some place?
Distutils comes with Python, setuptools does not. For setuptools installation info, see: http://pypi.python.org/pypi/setuptools