pyotherside
pyotherside copied to clipboard
PyOtherSideQtRCImporter broken on Python3.12
PyOtherSideQtRCImporter needs to implement find_spec since find_module is no longer supported. https://docs.python.org/3.11/library/importlib.html#importlib.abc.MetaPathFinder.find_module shows it is deprecated since 3.4 (the link shows the 3.11 docs) and it was removed in 3.12.
I have pushed a PR in #131. Seems to work for my usecase, not sure if I got all the code correct.