So 10.12 is the only version (currently) that this plugin's PyQt5 implementation will fail on?
Regardless ... it sounds like I should probably make an adjustment to my plugins that utilize PyQt5 to check for a working implementation of PyQt5 before defaulting to tkinter (rather than merely relying on the framework's time-stamp version to determine if it's OK to use PyQt5), to avoid total plugin failure on 10.12.
|