python install setuptools

Python installation plugin exception "ImportError: No module named setuptools"

1. Setuptool installation check-free download tar package
wget --no-check-certificate http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz

tar -zxvf setuptools-0.6c11.tar.gz
cd setuptools-0.6c11
python setup.py build
python setup.py install

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326188777&siteId=291194637