I need to work with m2crypto
library. How can I import it to my .py
file? I use Eclipse.
usually just doing import m2crypto
is sufficient
you may need to easy_install m2crypto
first or maybe even pip install m2crypto
If you are on windows you may need the Visual Studio DLL to compile it