It's crash, when i displaying a public key in code format from the key file
It's crash, when i displaying a public key in code format from the key file
Hi,
Are you using Python 3?
I found similar type errors triggered by having both Python 3 as the default version on my OS. Switching to Python 2 solved the issue for me.
Hi,
Are you using Python 3?
I found similar type errors triggered by having both Python 3 as the default version on my OS. Switching to Python 2 solved the issue for me.