cheese shop registration error

richard richardjones at optushome.com.au
Wed Nov 30 18:29:12 EST 2005


Todd Greenwood-Geer wrote:
> I'd like to publish to PyPI. I'm assuming that this is open to anyone.

Correct.


> REPRO:
> - - open cheeseshop reg form
> http://cheeseshop.python.org/pypi?%3Aaction=register_form
> 
> - - fill out registration form as follows:
> Username: tgreenwood
> Password: some password
> Confirm: some password (same as above)
> Email Address: tgreenwoodgeer at yahoo.com
> PGP Key ID: (see below)
> 
> - - i don't have a lot of experience with pgp, so i installed kpgp, a gui
> frontend to gnupg. i created a pgp key as follows:
> - -- install kpgp
> - -- create a new key pair for me : Todd Greenwood-Geer,
> email=tgreenwoodgeer at yahoo.com, etc.
> - -- publish the key to hkp://subkeys.pgp.net
> - -- dblclick the new key in kpgp to get the properties dialog, copy down
> the key id, and paste that into the web field for PGP Key ID (above)
> - - submit form
> 
> Error...
> 
> There's been a problem with your request
> 
> smtplib.SMTPRecipientsRefused: {u'tgreenwoodgeer.yahoo.com': (550,
> '<tgreenwoodgeer.yahoo.com>: Recipient address rejected: User unknown in
> local recipient table')}

The error displayed here is complaining about the email address you
supplied, 'tgreenwoodgeer.yahoo.com'. This is different from the session
details you have supplied. I can't reconcile these. I suggest you try
again, and be careful when typing your email address.


     Richard




More information about the Python-list mailing list