When running pius -s "...." "...." I get this error:
Welcome to PIUS, the PGP Individual UID Signer.
Traceback (most recent call last):
File "/usr/bin/pius", line 333, in <module>
main()
File "/usr/bin/pius", line 265, in main
options.mail_host
File "/usr/lib/python3.7/site-packages/libpius/signer.py", line 89, in __init__
self.gpg2 = self._is_gpg2()
File "/usr/lib/python3.7/site-packages/libpius/signer.py", line 121, in _is_gpg2
m = re.match(r'^gpg \(GnuPG.*\) ([0-9\.]+)$', line)
File "/usr/lib/python3.7/re.py", line 173, in match
return _compile(pattern, flags).match(string)
TypeError: cannot use a string pattern on a bytes-like object
and if I change /usr/bin/pius shebang to #!/usr/bin/python2 I get this error:
Traceback (most recent call last):
File "/usr/bin/pius", line 29, in <module>
from libpius import mailer as pmailer
ImportError: No module named libpius
I need this fixed. Thank you
When running
pius -s "...." "...."I get this error:and if I change
/usr/bin/piusshebang to#!/usr/bin/python2I get this error:I need this fixed. Thank you