On Wed, 20 Nov 2013 00:21:23 -0800, dellair wrote: > Hello all, > > I am getting above error when trying to import ssl module. In fact, the > error showed up during the build and _ssl module was added to the failed > module list. However, the compilation and link went well.
If the _ssl module fails to compile correctly, the ssl module can't work. You're going to need to check the compilation error and see what it says. -- Steven -- https://mail.python.org/mailman/listinfo/python-list