error
emans841 opened this issue · 7 comments
emans841 commented
python loki.py
Traceback (most recent call last):
File "loki.py", line 9, in
from lib.server.server import Server
File "/root/Desktop/Loki/lib/server/server.py", line 8, in
from lib import const
ImportError: cannot import name const
please help
m-henderson commented
@emans841 could you provide complete steps you used in order to generate this error?
Codeliquid85 commented
After pip install -r requirements and configuring const.py and trying to start looking.py with python loki.py is when that error comes up.
Codeliquid85 commented
Sorry autocorrect loki.py
edgaru commented
Do you run it with python 3.6?
Codeliquid85 commented
I'll have to check when I get in front of my computer should it be 3.6 or a different version
Codeliquid85 commented
It's version 2.7.15
Codeliquid85 commented
Running with python3 fixed it