l33twash0r:
Try to run
python ServerEngine\SocketIO\main.py
Traceback (most recent call last):
File "SocketIO/main.py", line 2, in <module>
from tornado import web
ImportError: No module named tornado
E: lets see what happens when I install tornado. Sec.
E2: Traceback (most recent call last):
File "main.py", line 3, in <module>
from tornadio2 import TornadioRouter, SocketServer
ImportError: No module named tornadio2
Now just need to read tornado tutorial and setup tornadio2 and see if it works then.
E3: Someone else wanna try? Cant figure it out :/