evpo / EncryptPad

Minimalist secure text editor and binary encryptor that implements RFC 4880 Open PGP format: symmetrically encrypted, compressed and integrity protected. The editor can protect files with passwords, key files or both.
https://evpo.net/encryptpad
Other
433 stars 64 forks source link

Switch from python2 to python3 #101

Closed dmknght closed 3 years ago

dmknght commented 3 years ago

It has been a year since python2 is EOL and Debian testing removed python2 on their repository. I'm wondering if EncryptPad can switch to python3 and requirements for compiling it.

evpo commented 3 years ago

python3 should work with the script as it's written to support both versions. configure.py finds python through: #!/usr/bin/env python It brings python2 at the moment but if the default python becomes python3, we should be ok.

evpo commented 3 years ago

As far as my tests show python3 works and python2 is not required. Let me know if any issues. I am closing the issue for now.

dmknght commented 3 years ago

Confirm python3 works fine with the script.