Performed an upgrade a few minutes ago, terminator being one of the packages upgraded; 1.91 to 1.92. I couldn't get it to run, so I installed gnome-terminal and issued the command to run terminator from there and received the following:

Traceback (most recent call last):
File "/usr/bin/terminator", line 48, in <module>
import terminatorlib.optionparse
File "/usr/lib/python3.7/site-packages/terminatorlib/optionparse.py", line 24, in <module>
from . import config
File "/usr/lib/python3.7/site-packages/terminatorlib/config.py", line 75, in <module>
from configobj import ConfigObj, flatten_errors
ModuleNotFoundError: No module named 'configobj'

In the last update it was builded with python3 instead of python2. So for sure the problem is missing run dependencies.
I think those are python3-gobject, python3-dbus and python3-cairo.
Install these and try again.

Thank you for the reply. I checked and all three packages are installed. Last line of the error I referenced seems to indicate an error in the code...ModuleNotFoundError: No module named 'configobj'

    Sorry about that! @algent has already submitted a patch. This time I forgot to test the package in a clean Solus VM.

    algent python-configobj is also already installed. Additionally, if python3 packages were used to compile terminator v1.92, then the package description should be changed:
    Dependencies : desktop-file-utils gconf keybinder libvte python-cairo
    python-dbus python-gobject python-psutil

      downhill Well, it is strange. Terminator is running fine for me.
      ModuleNotFoundError: No module named 'configobj' it means that python-configobj is not installed and you are saying it is already installed. Maybe the problem is on this python package. Try to reinstall it:
      sudo eopkg it --reinstall python-configobj or even reinstall in the same way terminator.

      I have fixed the dependencies list. You will see it in the next sync.

        algent I have fixed the dependencies list. You will see it in the next sync.

        I did a sync today that has Terminator in it (among other packages like Thunderbird, wine, and some kio fixes).

        Just saw the fix when I upgraded my desktop a few minutes ago and the terminator upgrade works now. Thank you Josh and algent.