我首先下载了 Python 3.3,然后添加 xlrd 和 xlwt 以与 excel 一起使用。我一直无法安装easy_install
,distribute
或以上任何一个。
这是我在下载分发、解压缩并distribute_setup.py
从 IDLE 运行后收到的错误消息:
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz
Extracting in c:\users\t\appdata\local\temp\tmpecnfj9
Now working in c:\users\t\appdata\local\temp\tmpecnfj9\distribute-0.6.49
Installing Distribute
Something went wrong during the installation.
See the error message above.
Traceback (most recent call last):
File "C:\Python33\Lib\site-packages\distribute-0.6.49\distribute_setup.py", line 556, in <module>
sys.exit(main())
SystemExit: 2
总的来说,我无法安装和使用任何模块。我假设我错过了一个非常基本的步骤。