Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Created September 25, 2012 09:42
Show Gist options
  • Save cointoss1973/3780916 to your computer and use it in GitHub Desktop.
Save cointoss1973/3780916 to your computer and use it in GitHub Desktop.
install easy_install on Python 64-bit
C:\Users\tkondou\Downloads>python distribute_setup.py
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.2
8.tar.gz
Extracting in c:\tmp\tmp8xdb58
Now working in c:\tmp\tmp8xdb58\distribute-0.6.28
Installing Distribute
Traceback (most recent call last):
File "setup.py", line 41, in <module>
exec(open(init_path).read(), d)
File "<string>", line 8, in <module>
File "c:\tmp\tmp8xdb58\distribute-0.6.28\setuptools\__init__.py", line 2, in <
module>
from setuptools.extension import Extension, Library
File "c:\tmp\tmp8xdb58\distribute-0.6.28\setuptools\extension.py", line 5, in
<module>
from setuptools.dist import _get_unpatched
File "c:\tmp\tmp8xdb58\distribute-0.6.28\setuptools\dist.py", line 6, in <modu
le>
from setuptools.command.install import install
File "c:\tmp\tmp8xdb58\distribute-0.6.28\setuptools\command\__init__.py", line
8, in <module>
from setuptools.command import install_scripts
File "c:\tmp\tmp8xdb58\distribute-0.6.28\setuptools\command\install_scripts.py
", line 1, in <module>
from distutils.command.install_scripts import install_scripts \
ImportError: No module named install_scripts
Something went wrong during the installation.
See the error message above.
C:\Users\tkondou\Downloads>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment