Downloaded the zip from https://github.com/OoliteProject/oolite ... s/tag/v1.6
Unpacked it. The .exe is of little value on Ubuntu
Unpacked DebugConsole.zip
Due to lack of instructions I guessed this:
Code: Select all
$ python2.7 DebugConsole.py
Traceback (most recent call last):
File "DebugConsole.py", line 20, in <module>
from ooliteConsoleServer import *
File "/home/hiran/bin/OoDebugConsole1.6/DebugConsole/ooliteConsoleServer/__init__.py", line 18, in <module>
raise ImportError("ooliteConsoleServer requires Twisted (http://twistedmatrix.com/)")
ImportError: ooliteConsoleServer requires Twisted (http://twistedmatrix.com/)
$