problem with terminable thread
DTnavy opened this issue · 3 comments
DTnavy commented
raceback (most recent call last):
File "/home/user/Desktop/test/Python-Honeypot/ohp.py", line 5, in
from core.load import load_honeypot_engine
File "/home/user/Desktop/test/Python-Honeypot/core/load.py", line 11, in
from terminable_thread import Thread, threading
ModuleNotFoundError: No module named 'terminable_thread'
i got this when i want to run the ohp.py file using python3 can i know why it cannot find terminable_thread
Ali-Razmjoo commented
@DTnavy please feel free to reopen this later again if you face the issue after installing requirements.
K0zero commented
well, i have installed the requirements and i restarted my vm machine but the error still had