[issue11472] upload command fails to read auth information from .pypirc

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue11472] upload command fails to read auth information from .pypirc

2011-09-23 Thread Russell Keith-Magee
Russell Keith-Magee freakboy3...@gmail.com added the comment: This isn't just a Python 3 issue -- I'm seeing this with the default Python install on OS X Snow Leopard (i.e. Python 2.6.1). Changing the .pypirc config line to [server-login] fixed the problem for me, too. -- nosy:

[issue11472] upload command fails to read auth information from .pypirc

2011-07-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Can you set DISTUTILS_DEBUG in your environment, retry to run the command and post the output? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11472

[issue11472] upload command fails to read auth information from .pypirc

2011-07-28 Thread Catherine Devlin
Catherine Devlin fredv8vi...@liquidid.net added the comment: This blog post http://justcramer.com/2009/04/02/problems-uploading-packages-with-setuptools-on-os-x/ describes working around the same problem by replacing [pypi] in .pypirc with [server-login]. Is that the problem, a change in

[issue11472] upload command fails to read auth information from .pypirc

2011-07-28 Thread Jason R. Coombs
Jason R. Coombs jar...@jaraco.com added the comment: I don't believe that's the issue. The [server-login] is for Python 2.5 and earlier. Also note that I already had [server-login] in the .pypirc when the error occurred, so I don't think that's a factor either. This same .pypirc works just

[issue11472] upload command fails to read auth information from .pypirc

2011-03-11 Thread Jason R. Coombs
New submission from Jason R. Coombs jar...@jaraco.com: It appears that distutils isn't loading the authentication information from .pypirc. I ran this test on Python 3.2 64-bit on Windows. PS C:\Users\jaraco\projects\hgtools python -m pdb setup.py sdist upload