matiasb / unpy2exe

Extract .pyc files from executables created with py2exe
MIT License
269 stars 58 forks source link

RuntimeError: Bad code object in .pyc file #8

Open pbadenski opened 2 years ago

pbadenski commented 2 years ago

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 .pyc file

pbadenski commented 2 years ago

FYI wondering if this might similar to: https://github.com/countercept/python-exe-unpacker/issues/14

matiasb commented 2 years ago

Thanks, will try to take a look. Could you share the exe file and which Python version is it using?