google / keyczar

Easy-to-use crypto toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with python 3.5

dachulin opened this issue · comments

Wondering if keyczar supports python 3? Got the following error when try to import:

from keyczar import keyczar
Traceback (most recent call last):
File "", line 1, in
File "/Users/dachulin/.pyenv/versions/3.5.2/lib/python3.5/site-packages/keyczar/keyczar.py", line 26, in
import errors
ImportError: No module named 'errors'

Python2.7 works fine.

My python-fu is very weak so I can't comment on the specifics.

But I would be happy to provide moral support, run tests, and review pull requests if you wanted to dive into fixing any incompatibilities.

@dachulin That's probably because keyczar isn't python 3 compatible. That import line should have been import .errors. Will try to do a PR if I can

Voting up for this issue!

Why is this issue still not solved!!

I also have the same issue with python 3.6

Python3 is not supported... and neither is Keyczar. I recommend Tink.

I still have this problem with python3.8, how to solve it?