matiasb / unpy2exe

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

Python 3 support #1

Closed softzer0 closed 7 years ago

softzer0 commented 8 years ago

Since this is written in Python 2 it can't extract PYTHONSCRIPT if it's written in Python 3 - it throws an exception ValueError: bad marshal data (unknown type code).