python 安装setuptools时出现错误

Traceback (most recent call last):
  File "./setup.py", line 3, in <module>
    from setuptools import setup, Command

ImportError: No module named setuptools



解决办法:

sudo    apt-get install python-setuptools



你可能感兴趣的:(debug,python)