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 distribution which doesn't 
include SSL due to encryption regulations. The python.org distribution 
does include SSL and you may be able to copy _ssl.pyd into the 
ActiveState installation.

    Neil
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to