$ ./ufonet
Traceback (most recent call last):
File "./ufonet", line 10, in
from core.main import UFONet
File "D:\UfoNet-master\core\main.py", line 142
print " 0===============================================0"
^
SyntaxError: invalid syntax
so, when i try to launch ufonet this error appears, looks like there is used python2 syntax, and readme tells it's requires python3+ am i missing something?
$ ./ufonet Traceback (most recent call last): File "./ufonet", line 10, in
from core.main import UFONet
File "D:\UfoNet-master\core\main.py", line 142
print " 0===============================================0"
^
SyntaxError: invalid syntax
so, when i try to launch ufonet this error appears, looks like there is used python2 syntax, and readme tells it's requires python3+ am i missing something?