Message7150

Author oscar
Recipients alex.gronholm, fwierzbicki, oscar
Date 2012-05-25.18:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <A6C9E370-C87D-4047-9F9E-99A5176F0A91@gmail.com>
In-reply-to <1337924396.78.0.326754498309.issue1893@psf.upfronthosting.co.za>
Content
Looks like it' only got partial ssl support

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.

Sent from my iPad

On May 24, 2012, at 10:39 PM, Frank Wierzbicki <report@bugs.jython.org> wrote:

> 
> Frank Wierzbicki <fwierzbicki@users.sourceforge.net> added the comment:
> 
> OK I rolled another release - grab it at https://sourceforge.net/projects/jython/files/jython-dev/2.7.0a2/jython_installer-2.7a2.jar/download this is a soft launch so if no one spots any horrible bugs before tomorrow morning I'll write up a blog post about it.
> 
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue1893>
> _______________________________________
History
Date User Action Args
2012-05-25 18:27:07oscarsetrecipients: + oscar, fwierzbicki, alex.gronholm
2012-05-25 18:27:07oscarlinkissue1893 messages
2012-05-25 18:27:07oscarcreate