python-sepa icon indicating copy to clipboard operation
python-sepa copied to clipboard

python 3.12 compatibility issue

Open kosli opened this issue 1 year ago • 0 comments

is it possible that this module doesn't work with python 3.12?

File "/home/xxx/beancount/venv-beancount/lib/python3.12/site-packages/sepa/messages/__init__.py", line 12, in <module>
    module = loader.find_module(name).load_module(name)
             ^^^^^^^^^^^^^^^^^^
AttributeError: 'FileFinder' object has no attribute 'find_module'

kosli avatar Oct 01 '24 23:10 kosli