OWASP/Python-Honeypot

problem with terminable thread

DTnavy opened this issue · 3 comments

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

@DTnavy have you installed all the requirements present in requirements.txt file

@DTnavy please feel free to reopen this later again if you face the issue after installing requirements.

well, i have installed the requirements and i restarted my vm machine but the error still had