Created
September 25, 2012 12:34
-
-
Save cointoss1973/3781508 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 6.1.7601] | |
Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
C:\Users\tkondou>python | |
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win | |
32 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> from distutils.command.install_scripts import install_scripts | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
ImportError: No module named install_scripts | |
>>> | |
>>> import sys | |
>>> sys.path | |
['', 'C:\\Program Files\\TortoiseHg\\library.zip', 'C:\\Windows\\system32\\pytho | |
n27.zip', 'C:\\Python27-x64\\DLLs', 'C:\\Python27-x64\\lib', 'C:\\Python27-x64\\ | |
lib\\plat-win', 'C:\\Python27-x64\\lib\\lib-tk', 'C:\\Python27-x64', 'C:\\Python | |
27-x64\\lib\\site-packages'] | |
>>> | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment