[Distutils] bdist_wininst TypeError

Mike kyosohma at gmail.com
Sat Oct 6 21:25:08 CEST 2007


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?

Mike


On 10/6/07, Phillip J. Eby <pje at telecommunity.com> wrote:
> At 08:16 AM 10/6/2007 -0500, Mike wrote:
> >I was typing out the distutils package this morning and hit a wall
> >within a few minutes of running it.
>
> The current version of distutils is already included with every
> version of Python; you just installed a broken out-of-date version of
> them.  Delete what you installed (presumably a distutils-*.egg file
> or directory), and your system should work again.
>
>


More information about the Distutils-SIG mailing list