Problem with working in python 3.12
Good day In Python 3.12, support for the imp module was removed and replaced with importlib, which is why the library does not work. Please tell me if you have plans to switch to this module, and if so, when?
Can you please send a pull request with the change
Unfortunately, my qualification as a developer is not high enough to fix this myself. Or do you mean something else?
This appears to be a swig issue - I compiled and installed with swig3.0 in python3.12 and that appears to import ok...
@sahlberg I'm having the same issue as @dr-wut, but running the make with the current version of swig as @CJCShadowsan said worked for me, too.
So probably you could trigger a rebuild for PyPI?