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
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
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
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,
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
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
[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
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
[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
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
>> 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
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
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
-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
14 matches
Mail list logo