You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: