This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author offby1
Recipients eric.araujo, offby1, tarek
Date 2011-05-01.13:42:19
SpamBayes Score 3.823312e-09
Marked as misclassified No
Message-id <1304257341.36.0.351902747492.issue11970@psf.upfronthosting.co.za>
In-reply-to
Content
When running distutils like so:

.tox/py27/bin/python setup.py -v bdist_egg upload --show-response 

Eventually, after everything else spools by, this pops up:


Using PyPI login from /Users/offline/.pypirc
Submitting dist/PyHamcrest-1.5-py2.7.egg to http://pypi.python.org/pypi
Upload failed (401): You must be identified to edit package information
Traceback (most recent call last):
  File "setup.py", line 69, in <module>
    setup(**all_params)
  File "/usr/local/Cellar/python/2.7.1/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/local/Cellar/python/2.7.1/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/local/Cellar/python/2.7.1/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/local/Cellar/python/2.7.1/lib/python2.7/distutils/command/upload.py", line 60, in run
    self.upload_file(command, pyversion, filename)
  File "/usr/local/Cellar/python/2.7.1/lib/python2.7/distutils/command/upload.py", line 193, in upload_file
    msg = '\n'.join(('-' * 75, r.read(), '-' * 75))
NameError: global name 'r' is not defined
History
Date User Action Args
2011-05-01 13:42:21offby1setrecipients: + offby1, tarek, eric.araujo
2011-05-01 13:42:21offby1setmessageid: <1304257341.36.0.351902747492.issue11970@psf.upfronthosting.co.za>
2011-05-01 13:42:20offby1linkissue11970 messages
2011-05-01 13:42:20offby1create