Open bitsgalore opened 11 months ago
Should be fixed by:
https://github.com/KBNLresearch/iromlab/commit/cf8d5b30880c5cd9156268b58cf717a2db63a30f
and:
https://github.com/KBNLresearch/iromlab/commit/808667c29787b946221b9ca9cf4cca96a73aaaf9
TODO: test on Windows machine.
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?