Message7151

Author oscar
Recipients oscar
Date 2012-05-25.18:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337971158.12.0.523113060671.issue1897@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like 2.7.0a1 and 2.7.0.a2 only have partial ssl support

>>> import httplib
>>> hasattr(httplib, 'HTTPS')
False
>>> import socket
>>> hasattr(socket, 'ssl')
True

as a result 'pip install tornado' fails with URLError: <urlopen error unknown urltype: https>

I checked and 2.7a1 has the same issue but 2.5.3b1 works fine.
History
Date User Action Args
2012-05-25 18:39:18oscarsetrecipients: + oscar
2012-05-25 18:39:18oscarsetmessageid: <1337971158.12.0.523113060671.issue1897@psf.upfronthosting.co.za>
2012-05-25 18:39:18oscarlinkissue1897 messages
2012-05-25 18:39:18oscarcreate