unfrozen_binary
unfrozen_binary copied to clipboard
No Module Named Decompilers
Hi, when I try to run, im getting this error: ModuleNotFoundError: No module named 'decompilers' Anyway to fix?
Thanks for the issue.
You have right, decompilers
directory (module) doesn't exists in current repository. I'm going to fix it this week, despite the fact that the project is deprecated.
Would appreciate if you do it ASAP, I waited 4 months for this :)
Could you pull current master version and check now?
https://github.com/ptynecki/unfrozen_binary/commit/27687459efda028582259b2544fdeb701ae50409
Trying now
Traceback (most recent call last): File "unfrozen_binary_cx_Freeze.py", line 17, in <module> from common import uncompyle_decompilation File "C:\Users\2019l\Desktop\unfrozen_binary-master\common.py", line 18, in <module> from unpyc3.unpyc3 import dec_module ModuleNotFoundError: No module named 'unpyc3.unpyc3'; 'unpyc3' is not a package
Getting that error
?