Closed DarkCrystal111 closed 4 years ago
Решил проблему созданием файла __init__.py
в директории core
Посмотрю что вызывает ошибку. Постораюсь исправить
чт, 23 апр. 2020 г., 9:02 DarkCrystal111 notifications@github.com:
Решил проблему созданием файла init.py в директории core
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x11-repo/hack-tools/issues/1#issuecomment-618196778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOTNJS5TXXG2VY65BUALBZDRN7KVZANCNFSM4MNMPB6A .
Пытаюсь запустить HackTools.py но выдает:
Traceback (most recent call last): File "HackTools.py", line 36, in <module> code1() File "HackTools.py", line 28, in code1 from core import exe ImportError: cannot import name 'exe' from 'core' (/usr/local/lib/python3.8/dist-packages/xsser-1.8.3-py3.8.egg/core/__init__.py)