reubano / csv2ofx

A Python library and command line tool for converting csv to ofx and qif files
MIT License
199 stars 113 forks source link

The imp module has been removed in python 3.12 #109

Open zuzzurro opened 1 year ago

zuzzurro commented 1 year ago
Traceback (most recent call last):
  File "/home/paolo/.local/bin/csv2ofx", line 15, in <module>
    from csv2ofx.main import run
  File "/home/paolo/.local/lib/python3.12/site-packages/csv2ofx/main.py", line 25, in <module>
    from imp import find_module, load_module
ModuleNotFoundError: No module named 'imp'

https://discuss.python.org/t/how-do-i-migrate-from-imp/27885

No idea what to do next. Help! Fedora 39 moves to python 3.12 and that means I'm going to be unable to use csv2ofx