Seems like most of the 0install tools are all python2-based. Is there any plan to make the upgrade to python3? Python2 is deprecated and no longer supported.
Im particularly facing issues with this when following the template, publish, release and compile process.
To give an example, trying to sign the XML program Im getting:
$> 0publish HelloWorld.xml --xmlsign
AttributeError: module 'base64' has no attribute 'encodestring'
And apparently there's no more support for this?
Seems like most of the 0install tools are all python2-based. Is there any plan to make the upgrade to python3? Python2 is deprecated and no longer supported.
Im particularly facing issues with this when following the template, publish, release and compile process.
To give an example, trying to sign the XML program Im getting:
And apparently there's no more support for this?