Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The imp module has been removed in python 3.12 #109

Open
zuzzurro opened this issue Oct 7, 2023 · 0 comments
Open

The imp module has been removed in python 3.12 #109

zuzzurro opened this issue Oct 7, 2023 · 0 comments
Assignees

Comments

@zuzzurro
Copy link

zuzzurro commented Oct 7, 2023

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

@jaraco jaraco self-assigned this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants