M2Crypto and 2.1
Robin Becker
robin at jessikat.fsnet.co.uk
Thu May 31 12:31:38 EDT 2001
I'm attempting to get M2Crypto to work with 2.1; there were many places
with sys.version[:3]=='2.0' which means that nothing gets done for 2.1.
After changing several of these to read >=2.0 (ie use the 2.0 solution
for 2.0 and above) I can at least get the v2.1 ssl/https_cli to work
with the v2.0 server, but I can't seem to get v2.1 ssl/https_srv.py to
work right.
Anyone managed this yet?
--
Robin Becker
More information about the Python-list
mailing list