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

Deprecation Warning #100

Open DJAlik opened 1 year ago

DJAlik commented 1 year ago

main.py:25: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses from imp import find_module, load_module Traceback (most recent call last): File "O:\E Drive\ZIPPED\FULLVER\Quicken\csv2ofx-0.30.0\csv2ofx\main.py", line 44, in from . import utils ImportError: attempted relative import with no known parent package