fixit
albinlaci opened this issue · 5 comments
albinlaci commented
C:\Users\Entertaiment\Desktop\Loki-master>python loki.py
Traceback (most recent call last):
File "loki.py", line 9, in
from lib.server.server import Server
File "C:\Users\Entertaiment\Desktop\Loki-master\lib\server\server.py", line 8, in
from lib import const
ImportError: cannot import name const
albinlaci commented
it does not work
Bitwise-01 commented
What Python at you using?
…On Wed, Jan 30, 2019 at 11:05 AM albinlaci ***@***.***> wrote:
it does not work
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATFT1007aT9Pm8guFBgOoqhg7_wqD8QGks5vIcLKgaJpZM4aahfW>
.
albinlaci commented
I'm using the lastes version of python 2.7
Bitwise-01 commented
You need Python 3.6+
albinlaci commented
it works thk