Quote:
Originally Posted by eschwartz
Indeed, the majority of issues you're likely to have are related to encoding/decoding strings, and tools like modernize/futurize usually cannot help with that. You'll just need to resolve them via (usually) simple trial and error.
|
All good now! No problems with the multi-threading code. Just some other missing encoding/decoding issues.
Both plugins are working 100% on python 3 now. The open dialog and translation are fixed too.
Thanks for the help.