unpy2exe icon indicating copy to clipboard operation
unpy2exe copied to clipboard

Extract .pyc files from executables created with py2exe

Results 6 unpy2exe issues
Sort by recently updated
recently updated
newest added

the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp

Could you point the issue : unpy2exe.py [-h] [-o d:\dmd\] [-p 3.10] d:\dmd\file.exe tried: unpy2exe.py [-h] [-o d:/dmd] [-p 3.10] d:/dmd/file.exe unpy2exe.py [-h] [-o d://dmd] [-p 3.10] d://dmd//ile.exe

add support 3.8+; fix imp to importlib;

I double checked that I used the same python to generate the exe file and I'm using the same version with unpy2exe and still getting: `RuntimeError: Bad code object in...

Experiencing similar to: https://github.com/matiasb/unpy2exe/issues/1 but on Python 3.8