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'