pyotherside icon indicating copy to clipboard operation
pyotherside copied to clipboard

PyOtherSideQtRCImporter broken on Python3.12

Open apollo13 opened this issue 1 year ago • 1 comments

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.

apollo13 avatar Mar 11 '24 11:03 apollo13

I have pushed a PR in #131. Seems to work for my usecase, not sure if I got all the code correct.

apollo13 avatar Mar 11 '24 12:03 apollo13