google / keyczar

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

Problem with python 3.5 #201

Closed dachulin closed 5 years ago

dachulin commented 8 years ago

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.

asacamano commented 8 years ago

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.

kamotos commented 7 years ago

@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

ba1dr commented 7 years ago

Voting up for this issue!

Sakthivel-Eka commented 6 years ago

Why is this issue still not solved!!

alex20465 commented 5 years ago

I also have the same issue with python 3.6

divegeek commented 5 years ago

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

AmerAnsari commented 3 years ago

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