Neil Hodgson wrote:
> SuperHik:
>
>> I did ofc, but I noticed something strange...
>> *my* socket module really doesn't have SSL object,
>> even tho it's listed in the documentation...
>> (not the online docs, but docs that came with my Python version)
>> ffs how can that be!
>
>You are proba
SuperHik:
> I did ofc, but I noticed something strange...
> *my* socket module really doesn't have SSL object,
> even tho it's listed in the documentation...
> (not the online docs, but docs that came with my Python version)
> ffs how can that be!
You are probably using ActiveState's distribu
Paul McGuire wrote:
> "SuperHik" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Hi!
>>
>> I want to connect to gmail but...
>> It requires SSL so I worte:
>>
>> >>> import poplib
>> >>> server = poplib.POP3_SSL('pop.gmail.com',995)
>> Traceback (most recent call last):
>>Fil
"SuperHik" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi!
>
> I want to connect to gmail but...
> It requires SSL so I worte:
>
> >>> import poplib
> >>> server = poplib.POP3_SSL('pop.gmail.com',995)
> Traceback (most recent call last):
>File "", line 1, in ?
>File "C:\
Hi!
I want to connect to gmail but...
It requires SSL so I worte:
>>> import poplib
>>> server = poplib.POP3_SSL('pop.gmail.com',995)
Traceback (most recent call last):
File "", line 1, in ?
File "C:\Python24\lib\poplib.py", line 359, in __init__
self.sslobj = socket.ssl(self.sock, s