Re: Cheese Shop Registration error

2006-09-20 Thread alefnula
Thank You all! :) I successfully registered and submited my first package :) Richard Jones wrote: > John Machin wrote: > > re.match("[A-Fa-f0-9]{8,8}", data.strip()) makes it plain what is > > intended ... > > Indeed, thanks. > > > Richard -- http://mail.python.org/mailman/listinfo/python

Re: Cheese Shop Registration error

2006-09-20 Thread alefnula
Thank You all! :) I successfully registered and submited my first package :) Richard Jones wrote: > John Machin wrote: > > re.match("[A-Fa-f0-9]{8,8}", data.strip()) makes it plain what is > > intended ... > > Indeed, thanks. > > > Richard -- http://mail.python.org/mailman/listinfo/python

Re: Cheese Shop Registration error

2006-09-19 Thread Richard Jones
John Machin wrote: > re.match("[A-Fa-f0-9]{8,8}", data.strip()) makes it plain what is > intended ... Indeed, thanks. Richard -- http://mail.python.org/mailman/listinfo/python-list

Re: Cheese Shop Registration error

2006-09-19 Thread John Machin
Richard Jones wrote: > John Machin wrote: > > | >>> int("6A61E3AD") > > Traceback (most recent call last): > > File "", line 1, in ? > > ValueError: invalid literal for int(): 6A61E3AD > > | >>> int("6A61E3AD", 16) > > 1784800173 > > > > What am I missing? > > Ah, thankyou! I, on the other hand,

Re: Cheese Shop Registration error

2006-09-19 Thread Richard Jones
John Machin wrote: > | >>> int("6A61E3AD") > Traceback (most recent call last): > File "", line 1, in ? > ValueError: invalid literal for int(): 6A61E3AD > | >>> int("6A61E3AD", 16) > 1784800173 > > What am I missing? Ah, thankyou! I, on the other hand, looked at that code several times and saw

Re: Cheese Shop Registration error

2006-09-18 Thread John Machin
Richard Jones wrote: > [EMAIL PROTECTED] wrote: > > The Key ID that the kgpg shows. I tried to paste the key returned by > > the quiery on the keyserver. but it also doesn't work. I tried > > everything that has any connection with the key, but everything fails. > > > > By the way the key is: 6A61

Re: Cheese Shop Registration error

2006-09-18 Thread Richard Jones
[EMAIL PROTECTED] wrote: > The Key ID that the kgpg shows. I tried to paste the key returned by > the quiery on the keyserver. but it also doesn't work. I tried > everything that has any connection with the key, but everything fails. > > By the way the key is: 6A61E3AD Here is the code that could

Re: Cheese Shop Registration error

2006-09-18 Thread alefnula
The Key ID that the kgpg shows. I tried to paste the key returned by the quiery on the keyserver. but it also doesn't work. I tried everything that has any connection with the key, but everything fails. By the way the key is: 6A61E3AD Richard Jones wrote: > [EMAIL PROTECTED] wrote: > > I tried to

Re: Cheese Shop Registration error

2006-09-17 Thread Richard Jones
[EMAIL PROTECTED] wrote: > I tried to register on the Python Cheese Shop, but I constatnly get a > "GPG key ID is invalid" error. > > I made a new GPG key using kgpg, exported the public key to the key > server, and copy/pasted the Key ID into the registration form... But it > doesn't work. And t

Cheese Shop Registration error

2006-09-17 Thread alefnula
I tried to register on the Python Cheese Shop, but I constatnly get a "GPG key ID is invalid" error. I made a new GPG key using kgpg, exported the public key to the key server, and copy/pasted the Key ID into the registration form... But it doesn't work. -- http://mail.python.org/mailman/listinf

Re: cheese shop registration error

2005-11-30 Thread skip
>> smtplib.SMTPRecipientsRefused: {u'tgreenwoodgeer.yahoo.com': (550, >> ': Recipient address rejected: User unknown >> in local recipient table')} richard> The error displayed here is complaining about the email address richard> you supplied, 'tgreenwoodgeer.yahoo.com'. This

Re: cheese shop registration error

2005-11-30 Thread richard
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

Re: cheese shop registration error

2005-11-28 Thread Martin v. Löwis
Todd Greenwood-Geer wrote: > Q: Do I have to be a member of some sort of secret society in order to > be listed in the 'local recipient table'? Ah, you don't know about the PSU :-? Seriously, please report a bug at sf.net/projects/pypi. Unfortunately, the (single) cheeseshop maintainer is overwor

cheese shop registration error

2005-11-28 Thread Todd Greenwood-Geer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Python-list - I'd like to publish to PyPI. I'm assuming that this is open to anyone. So here's my repro case for trying to register for an account: REPRO: - - open cheeseshop reg form http://cheeseshop.python.org/pypi?%3Aaction=register_form - - fi