Category "m2crypto"

How to attach in SMIME m2crypto a file in python?

I' am trying to implement a SMIME Mail with a encrypted text and attachment. So far I did the following: #Example for parameter values: #subject = "abc" #conten

Installing M2Crypto inside of virtualenv without installing swig to the system

I am working in a virtual environment and when I pip install M2Crypto on a machine that happens to have swig installed (system-wide) then it installs fine. I ne