python setuptools安装

来源:互联网 发布:淘宝店铺突然找不到了 编辑:程序博客网 时间:2024/06/06 02:52

转自:http://wangjunle23.blog.163.com/blog/static/117838171201331462359901/


python setuptools安装  

2013-04-14 18:25:29|  分类: python网络编程|举报|字号 订阅

如果你没有安装setuptools,而你的机器又没法联网
运行
python setup.py install

你会发现惊奇地发现有错误:

Traceback (most recent call last): File "setup.py", line 5, in <module> from setuptools import setup, ExtensionImportError: No module named setuptools


这时想到的是,下载setuptools:
setuptools-0.6c11-py2.7.egg (md5)

下载安之后进行安装:

sh setuptools-0.6c11-py2.7.egg

----------------------------结果---------------------------------

Adding setuptools 0.6c11 to easy-install.pth fileInstalling easy_install script to /usr/local/binInstalling easy_install-2.7 script to /usr/local/binInstalled /usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.eggProcessing dependencies for setuptools==0.6c11Finished processing dependencies for setuptools==0.6c11

ok, have fun.
0 0
原创粉丝点击