FS#66337 - [Terminator] missing dependency python-configobj

Attached to Project: Community Packages
Opened by Jeena (jeena) - Tuesday, 21 April 2020, 14:13 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 21 April 2020, 15:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I updated Terminator to the newest version with pacman today and after that I wasn't able to start it anymore, this was the error message:

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

I needed to install that module with "sudo pacman -S python-configobj" or "pip install configobj" to be able to start it again. Luckily I had a different terminal emulator installed for test purposes, normally I only have Terminator.


Additional info:
* package version(s)
terminator 1.92

* config and/or log files etc.
➜ jeena@William ~ terminator
Traceback (most recent call last):
File "/usr/bin/terminator", line 48, in <module>
import terminatorlib.optionparse
File "/usr/lib/python3.8/site-packages/terminatorlib/optionparse.py", line 24, in <module>
from . import config
File "/usr/lib/python3.8/site-packages/terminatorlib/config.py", line 75, in <module>
from configobj import ConfigObj, flatten_errors
ModuleNotFoundError: No module named 'configobj'

* link to upstream bug report, if any

Steps to reproduce:
1. Upgrade to newest Terminator 1.92 with pacman
2. Start terminator
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 21 April 2020, 15:03 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#66329   FS#66332 

Loading...