matiasb / unpy2exe

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

Simply does nothing when I run it #4

Closed 04fsnape closed 6 years ago

04fsnape commented 6 years ago

I am trying to use unpy2exe on a .exe in the unpy2exe directory but nothing happens:

http://prntscr.com/j88vx5

matiasb commented 6 years ago

Hm.. I think the problem is you really need to run $ unpy2exe test.exe

(unpy2exe without .py, it is a typo/missing update in the README, just fixed it). Thanks.