Open Balhech opened 2 years ago
python3 ktf.console Traceback (most recent call last): File "/root/KatanaFramework/ktf.console", line 9, in from core.MainListLibrary import * File "/root/KatanaFramework/core/MainListLibrary.py", line 10, in from Internal import ( ModuleNotFoundError: No module named 'Internal'
anyone please?
use python2 ktf.console or ktf.gui
python2 ktf.console Traceback (most recent call last): File "/root/KatanaFramework/ktf.console", line 9, in from core.MainListLibrary import * File "/root/KatanaFramework/core/MainListLibrary.py", line 10, in from Internal import ( ModuleNotFoundError: No module named 'Internal'
How can i fix this error please?
python3 ktf.console Traceback (most recent call last): File "/root/KatanaFramework/ktf.console", line 9, in
from core.MainListLibrary import *
File "/root/KatanaFramework/core/MainListLibrary.py", line 10, in
from Internal import (
ModuleNotFoundError: No module named 'Internal'
anyone please?