python-crypt-import-hooks icon indicating copy to clipboard operation
python-crypt-import-hooks copied to clipboard

Python Import Hooks to allow encrypted python modules in your applications. (Experimental stuff)

Results 2 python-crypt-import-hooks issues
Sort by recently updated
recently updated
newest added

![image](https://cloud.githubusercontent.com/assets/5511286/14345036/779f3830-fcdd-11e5-90f4-85c4f3536a80.png) 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...