PyPi的问题 – 上传失败(401):您必须被识别为编辑软件包信息

我遇到类似于这个 pypi的问题,除了我正在运行窗口和提到的解决scheme页面closures。

有谁知道如何解决这个问题? 我正在使用Python 2.5。

python setup.py sdist register upload running register We need to know who you are, so please choose either: 1. use your existing login, 2. register as a new user, 3. have the server generate a new password for you (and email it to you), or 4. quit Your selection [default 1]: 1 Username: tschellenbach Password: Server response (200): OK running upload Submitting dist\django-ogone-1.0.0.zip to http://pypi.python.org/pypi Upload failed (401): You must be identified to edit package information 

这个答案似乎不是非特定于Windows的,请尝试: 接受的答案它基本上说,你需要一个文件.pypirc以下部分:

 [服务器的login]
用户名:tschellenbach
密码:********(真实的)

另外, 这是相关的文档 (关于.pypirc ):

在windows上,你需要设置一个HOME environ var来指向这个文件所在的目录。