Comment 2 for bug 1698682

Revision history for this message
Hans Joachim Desserud (hjd) wrote :

Thanks for taking your time to report this issue and help making Ubuntu better.

It seems to be the same underlying error responsible for these three bugs, so I've taken this one which contains the longest DpkgTerminal.log and marked the other two as duplicates. Based on the following error it seems like the python-configparser package might be the root cause
Traceback (most recent call last):
  File "/usr/bin/pycompile", line 35, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in <module>
    from ConfigParser import SafeConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

I must admit I'm not quite sure how it is broken though...