epinna/weevely3

ModuleNotFoundError: No module named 'strings'

blackwinggoat opened this issue · 1 comments

(base) 172-126-0-154:weevely3 user$ sudo python3 weevely.py
Traceback (most recent call last):
File "weevely.py", line 2, in
from core.terminal import Terminal
File "/Users/user/weevely3/core/terminal.py", line 6, in
from core.module import Status
File "/Users/user/weevely3/core/module.py", line 14, in
from core.vectorlist import VectorList
File "/Users/user/weevely3/core/vectorlist.py", line 15, in
from core.vectors import Os
File "/Users/user/weevely3/core/vectors.py", line 16, in
import utils
File "/Users/user/weevely3/utils/init.py", line 3, in
import strings
ModuleNotFoundError: No module named 'strings'

It only supports Python 2.x.