python-crypt-import-hooks
python-crypt-import-hooks copied to clipboard
Python Import Hooks to allow encrypted python modules in your applications. (Experimental stuff)
 i think it's cause by ``` python PyObject * CryptImpHook_find_module(self, args) PyObject *self, *args; { int err; char *filename, *fullname, *path; CryptImpHook *hook = (CryptImpHook *)self; err = PyArg_ParseTuple(args,...
I am trying to use this example for some production code and can not seem to get it to work in anything but simple examples. Instead I get an endless...