安装html5lib-0.95时出现的问题

Problem:

Traceback (most recent call last):
File “setup.py”, line 1, in 
from setuptools import setup, find_packages
ImportError: No module named setuptools

Solutions:

wget 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

你可能感兴趣的:(安装html5lib-0.95时出现的问题)