Howto install distribute for Python 3
- by chris.nullptr
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?