【发布时间】:2011-06-06 04:22:56
【问题描述】:
我正在尝试使用标准 python setup.py install 安装 python 模块,但出现以下错误。我对python相当陌生,但过去我已经能够以这种方式安装其他模块。我的印象是这个模块setuptools 不是我应该与我的python 安装分开的东西。我需要在特定目录中吗?
Error:
Traceback (most recent call last):
File "setup.py", line 3 in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
【问题讨论】:
-
我在使用 python 2.6 的 Win 7 系统上
标签: python windows-7 installation setuptools