Bitwise-01 / Loki

Remote Access Tool
MIT License
573 stars 218 forks source link

error #4

Open emans841 opened 5 years ago

emans841 commented 5 years ago

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 5 years ago

@emans841 could you provide complete steps you used in order to generate this error?

Codeliquid85 commented 5 years ago

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 5 years ago

Sorry autocorrect loki.py

edgaru commented 5 years ago

Do you run it with python 3.6?

Codeliquid85 commented 5 years ago

I'll have to check when I get in front of my computer should it be 3.6 or a different version

Codeliquid85 commented 5 years ago

It's version 2.7.15

Codeliquid85 commented 5 years ago

Running with python3 fixed it