For a program I need to import urllib3, but this gives: ImportError: /usr/lib64/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method
This probably has to do with that openSUSE removed ssl2 because it is not secure. Is there a way to let urllib3 use ssl3 instead of ssl2? -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof -- https://mail.python.org/mailman/listinfo/python-list