extremecoders-re / pyinstxtractor

PyInstaller Extractor
GNU General Public License v3.0
2.82k stars 604 forks source link

PYZ file didnt extract #57

Closed combo23 closed 2 years ago

combo23 commented 2 years ago

I used the script to some exe but the "PYZ-00.pyz_extracted" folder is empty and i dont really know what to do about it

extremecoders-re commented 2 years ago

Please attach the exe file or share a link and I can take a look.

extremecoders-re commented 2 years ago

Please make sure you're using the same version of Python as the one used to build the executable. Running pyinstxtractor in a different version of Python would skip pyz extraction.

Alternatively try pyinstxtractor-ng: https://github.com/pyinstxtractor/pyinstxtractor-ng It's a standalone tool and doesn't require even a Python installation.

combo23 commented 2 years ago

just tried the -ng version and it worked perfectly so i am guessing i did have different py version, thanks for help