Hello, I trying to make ftputil client that uses ssl security.First I was try to make that with M2Crypto,but when I use it, I get the error:
Traceback (most recent call last): File "<pyshell#32>", line 1, in -toplevel- import M2Crypto File "C:\Python24\lib\site-packages\M2Crypto\__init__.py", line 15, in -toplevel- import m2 File "C:\Python24\Lib\site-packages\M2Crypto\m2.py", line 28, in -toplevel- from __m2crypto import * ImportError: DLL load failed with error code 182 ...so now I trying to make it with pyOpenSSL or twistedmatrix ssl,but I don't know how.If anybody have any idea or example how to I make it,please help me!!! -- http://mail.python.org/mailman/listinfo/python-list