How to decompile an exe file compiled by py2exe?
just one exe file, didn\'n have any zip file.
how to decompile to pyc or pyo file?
Use script provided here. It requires the original py2exe Python module to be installed. Also you must ensure that you use the same Python version originaly used to produce the executable. Otherwise the script will produce invalid magic number for the .pyc. Later you can use uncompyle2 to restore the original .py source.