Frappe include keyczar cryptography

i am newbie in python. I wish to import library like keyczar into frappe, how can i do that ? is that anything like maven in frappe python?

I had installed keyczar in ubuntu, seem like it is not working , it always show error with “No module named keyzcar”.

Hey @jcyh , Try

source ./frappe-bench/env/bin/activate
pip install keyczar

1 Like