0

我希望能得到一些帮助。我正在尝试在 Windows 7 上安装适用于 Dropbox 的 Python SDK(已安装 Python 2.7.3)。按照自述文件中的说明,我在命令提示符下运行了以下命令:“python setup.py install -f”。我收到以下错误。有什么想法吗?提前谢谢了。

running install
running bdist_egg
running egg_info
writing dropbox_python_sdk.egg-info\PKG-INFO
writing top-level names to dropbox_python_sdk.egg-info\top_level.txt
writing dependency_links to dropbox_python_sdk.egg-info\dependency_links.txt
reading manifest file 'dropbox_python_sdk.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'dropbox_python_sdk.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
error: could not create 'build': Cannot create a file when that file already exists
4

1 回答 1

0

抱歉……我想通了。我想我在下载/提取过程中弄错了一些东西,因为我从头开始,这次它起作用了。8)

于 2013-01-31T04:05:59.590 回答