Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52979
| From | Lele Gaifax <lele@metapensiero.it> |
|---|---|
| Subject | PyPI and TestPyPI registration problems |
| Date | 2013-08-25 18:41 +0200 |
| Organization | Nautilus Entertainments |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.221.1377448915.19984.python-list@python.org> (permalink) |
Hi all,
I tried registering myself on the TestPyPI site, but all the methods
failed:
* the "manual" method terminates with an Internal Error:
Error...
Internal Server Error
Traceback (most recent call last):
File "/data/testpypi/src/pypi/webui.py", line 324, in run
self.inner_run()
File "/data/testpypi/src/pypi/webui.py", line 645, in inner_run
getattr(self, action)()
File "/data/testpypi/src/pypi/webui.py", line 2879, in user
self.send_email(info['email'], rego_message%info)
File "/data/testpypi/src/pypi/webui.py", line 3153, in send_email
smtp.sendmail(self.config.adminemail, recipient, message)
File "/usr/lib/python2.6/smtplib.py", line 709, in sendmail
raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {u'myself@gmail.com': (554, '5.7.1 <myself@gmail.com>: Relay access denied\n5.7.1 Contact your postmaster/admin for assistance. Please provide the following information in your problem report: time (Aug 25 18:22:10) and client (2001:888:2000:d::a4).')}
* the "openid" methods (I tried both gmail and launchpad) terminate with
an "NotAuthenticated" error, after a successful trip over the remote
authentication site
Then I tried to register directly on the live PyPI, and when going thru
Google's OpenID I got an immediate "502 Bad Gateway" from the underlying
nginx... I was finally able to register an account with the "manual"
method on the live site, but I'd prefer to learn the upload procedure on
the test site...
Are these known problems?
Thanks in advance,
bye, lele.
--
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it | -- Fortunato Depero, 1929.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
PyPI and TestPyPI registration problems Lele Gaifax <lele@metapensiero.it> - 2013-08-25 18:41 +0200
csiph-web