[Distutils] bdist_wininst TypeError
Phillip J. Eby
pje at telecommunity.com
Sun Oct 7 05:48:20 CEST 2007
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
More information about the Distutils-SIG
mailing list