github-af / SmartPGP

SmartPGP is a JavaCard implementation of the OpenPGP card specifications
GNU General Public License v2.0
227 stars 47 forks source link

Python3 scripts #41

Closed duxsco closed 2 years ago

duxsco commented 2 years ago

It would be nice for smartpgp-cli & Co. to be Python3 compatible. Currently, I am using 2to3 to get it functioning on Ubuntu 20.04: https://github.com/duxco/gpg-smartcard

af-anssi commented 2 years ago

Commit 1720a3494bf5938e4bbf8df564b604724642c746 should solve this issue.

af-anssi commented 2 years ago

FYI: this is not only in the master branch, the commit has been inserted in javacard-3.0.1 branch and all other branches have been rebased on it. So it is present in all branches.

duxsco commented 2 years ago

Thanks, I removed the Python 2->3 conversion step out of my howto.