DNoiSe icon indicating copy to clipboard operation
DNoiSe copied to clipboard

python3 support

Open hunleyd opened this issue 4 years ago • 1 comments

Any plans to support Python 3?

Currently, you have to add:

from importlib import reload`

and comment out sys.setdefaultencoding("utf8") manually

hunleyd avatar Oct 21 '19 15:10 hunleyd

Thanks, depending on how much time I find for this, I might just implement your suggested workarounds rather than doing a proper Python3 rewrite.

jankais3r avatar Nov 17 '19 17:11 jankais3r