[IronPython] ssl module missing in 2.7a1

Tony Meyer tony.meyer at gmail.com
Tue Aug 3 04:03:22 CEST 2010


Hi,

Is this perhaps just another case of the broken broken module module
dependancy dependancy thing not working right for 2.7a1?  (like with
unittest?)

"import ssl" fails in IPy 2.7a1, because the ssl.py module is not
installed.  (Using the CPython 2.7 ssl.py module doesn't work, but
perhaps there are differences in this module for IPy/CPython, so it
never would?).  Using the IPy 2.6.1 ssl.py does import, but I haven't
done any more testing than that.

http://ironpython.codeplex.com/workitem/28369

Cheers,
Tony



More information about the Ironpython-users mailing list