Howto install distribute for Python 3
Posted
by chris.nullptr
on Stack Overflow
See other posts from Stack Overflow
or by chris.nullptr
Published on 2010-05-14T01:01:10Z
Indexed on
2010/05/15
4:34 UTC
Read the original article
Hit count: 434
I am trying to install distribute using ActivePython 3.1.2 on Windows.
Running python distribute_setup.py
as described at the cheese shop give me:
No setuptools distribution found
running install
...
File "build\src\setuptools\command\easy_install.py", line 16, in <module>
from setuptools.sandbox import run_setup
File "build\src\setuptools\sandbox.py", line 164, in <module>
fromlist=['__name__']).__file__)
AttributeError: 'module' object has no attribute '__file__'
Something went wrong during the installation.
See the error message above.
Is there possibly an unknown dependency that I'm missing?
© Stack Overflow or respective owner