iromlab icon indicating copy to clipboard operation
iromlab copied to clipboard

Imp removed in Python 3.12

Open bitsgalore opened this issue 1 year ago • 1 comments
trafficstars

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 avatar Dec 06 '23 19:12 bitsgalore