unfrozen_binary icon indicating copy to clipboard operation
unfrozen_binary copied to clipboard

No Module Named Decompilers

Open gemclashing opened this issue 6 years ago • 6 comments

Hi, when I try to run, im getting this error: ModuleNotFoundError: No module named 'decompilers' Anyway to fix?

gemclashing avatar Nov 03 '18 20:11 gemclashing

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.

ptynecki avatar Feb 02 '19 19:02 ptynecki

Would appreciate if you do it ASAP, I waited 4 months for this :)

gemclashing avatar Feb 02 '19 21:02 gemclashing

Could you pull current master version and check now?

https://github.com/ptynecki/unfrozen_binary/commit/27687459efda028582259b2544fdeb701ae50409

ptynecki avatar Feb 03 '19 08:02 ptynecki

Trying now

gemclashing avatar Feb 04 '19 05:02 gemclashing

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

gemclashing avatar Feb 04 '19 05:02 gemclashing

?

gemclashing avatar Feb 18 '19 18:02 gemclashing