为python 2.7构建一个分发文件

时间:2014-06-22 03:26:17

标签: python python-2.7 distutils

我正在学习python我正在建立一个分发文件。使用的文件是2.7

我创建了setup.py文件。但我不知道如何分发?

这是我的setup.py

from distutils.core import setup

setup(

  name         ='nester',
  version      ='1.0.0',
  py_modules   = ['nester'],
  author       ='amit',
  author_email ='amit@yahoo.com',
  url          ='http://www.google.com',
  description  ='a simple nested loops',
)

在命令提示符下运行C:\Python27\nester\setup.py sdist时,出现以下错误消息:

error : [Error 5] Access is denied :C:\Windows\System32\Tasks\Microsoft\Windows\\RemoteApp and Desktop... 

有时别的东西,但它是错误5

请让我知道如何解决它..

抱歉,我已经编辑了我的命令{i} C:\Python27\nester\setup.py sdist 在运行上面的命令我得到错误5

1 个答案:

答案 0 :(得分:0)

"C:\Python27\nester\python" setup.py sdist