google / keyczar

Easy-to-use crypto toolkit
Apache License 2.0
1.1k stars 141 forks source link

Keyczar throws an ImportError on import #168

Closed CoderSear closed 3 years ago

CoderSear commented 9 years ago

When importing Keyczar.keys into a Python script, the following ImportError is thrown: from keyczar import keys File "/usr/local/lib/python3.4/dist-packages/keyczar/keys.py", line 50, in <module> import errors ImportError: No module named 'errors'

Operating system = Ubuntu 14.10, Python version 3.4.

fordguo commented 8 years ago

should use the absolute import ,any solution to fix this ?