You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/kalimatrix/jok3r/jok3r.py", line 13, in
from lib.controller.MainController import MainController
File "/home/kalimatrix/jok3r/lib/controller/init.py", line 6, in
from .DbController import *
File "/home/kalimatrix/jok3r/lib/controller/DbController.py", line 15, in
from lib.core.NmapResultsParser import NmapResultsParser
ModuleNotFoundError: No module named 'lib.core.NmapResultsParser'
What I tried:
I tried commenting out the lines, 68 and 70, in the DbController.py file, and some other lines that I saw the error with. I even had an issue with indentation, and after trying to fix it on my own, I just downloaded the raw files, and swap them in there.
The text was updated successfully, but these errors were encountered:
What I get:
File "/home/kalimatrix/jok3r/jok3r.py", line 13, in
from lib.controller.MainController import MainController
File "/home/kalimatrix/jok3r/lib/controller/init.py", line 6, in
from .DbController import *
File "/home/kalimatrix/jok3r/lib/controller/DbController.py", line 15, in
from lib.core.NmapResultsParser import NmapResultsParser
ModuleNotFoundError: No module named 'lib.core.NmapResultsParser'
What I tried:
I tried commenting out the lines, 68 and 70, in the DbController.py file, and some other lines that I saw the error with. I even had an issue with indentation, and after trying to fix it on my own, I just downloaded the raw files, and swap them in there.
The text was updated successfully, but these errors were encountered: