2019-03-29, 00:12
I am converting my addon to py3 and have run into issues as my addon depends on common plugin cache
There are a few py3 incompatible statements in this addon such as encode('utf-8') and decode('utf-8') which I removed for testing as py3 is all unicode
however running into problems when using the addon with str/byte handling in the addon.
Any idea who maintains the common plugin cache as it needs to be updated for py3 compatibility
Thanks
There are a few py3 incompatible statements in this addon such as encode('utf-8') and decode('utf-8') which I removed for testing as py3 is all unicode
however running into problems when using the addon with str/byte handling in the addon.
Any idea who maintains the common plugin cache as it needs to be updated for py3 compatibility
Thanks