EDIT: SOLUTION IS BELOW
Hi,
I am not able to load the Crypto library in ST2 (Mac OS X). I know that “Sublime Text ships with a trimmed down standard library. Notable missing modules are the Tkinter, multiprocessing and sqlite3 modules. trimmed down standard library. Notable missing modules are the Tkinter, multiprocessing and sqlite3 modules.” (docs.sublimetext.info/en/latest/ … ugins.html)
But this list does not include Crypto and my understanding is that ST2 on Mac OX is using system python (I can, for example, import sqlite3).
Any ideas?
Thanks!
ps: I actually want to use paramiko, which relies on Crypto.