Running the DebugConsole on Ubuntu 20

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
hiran
Theorethicist
Posts: 2352
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Running the DebugConsole on Ubuntu 20

Post by hiran »

I tried the DebugConsole for the first time now.

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/)
$
What would I have to do to make this run?
Sunshine - Moonlight - Good Times - Oolite
Commander_X
---- E L I T E ----
---- E L I T E ----
Posts: 673
Joined: Sat Aug 09, 2014 4:16 pm

Re: Running the DebugConsole on Ubuntu 20

Post by Commander_X »

Shameless plug here (although for 1.5, not 1.6).
Post Reply