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

Imp removed in Python 3.12 #107

Open
bitsgalore opened this issue Dec 6, 2023 · 1 comment
Open

Imp removed in Python 3.12 #107

bitsgalore opened this issue Dec 6, 2023 · 1 comment
Milestone

Comments

@bitsgalore
Copy link
Member

bitsgalore commented Dec 6, 2023

The Iromlab configuration script and iromlab.pyw both use the imp.is_frozen function, but the "imp" module was removed in Python 3.12.

Imp is replaced by importlib, but AFAIK this doesn't have a replacement for the is_frozen function.

BUT since Iromlab doesn't use py2exe I wonder if we even need this at all?

@bitsgalore
Copy link
Member Author

Should be fixed by:

cf8d5b3

and:

808667c

TODO: test on Windows machine.

@bitsgalore bitsgalore added this to the fixes-2024 milestone Apr 23, 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

1 participant